#2298AD

Color #2298AD Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2298AD

Tints of Pelorous #2298AD

Color information

#2298AD (or 0x2298AD) is unknown color: approx Pelorous. HEX triplet: 22, 98 and AD. RGB value is (34,152,173). Sum of RGB (Red+Green+Blue) = 34+152+173=359 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.47% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #2298AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2298AD is #DD6752. Grayscale: #767676. Windows color (decimal): -14509907 or 11376674. OLE color: 11376674.

HSL color Cylindrical-coordinate representation of color #2298AD: hue angle of 189.06º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2298AD is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB34152173-
CMYK0.800.1200.32
HSL189.06º67.15%40.59%-
HSV(B)189.06º80.35%67.84%-
XYZ19.4325.8143.49-
YUV119.11158.4167.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 9.47%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=9.47%
G=42.34%
B=48.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal341521730.800.1200.32189.0667.1540.59
Hex2298AD50C020bd4329
Octal422302551201404027510351
Binary1000101001100010101101101000011000100000101111011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2298AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2298AD; }

 p { color: rgb(34,152,173); }

 H1.HeaderClassName
 {
   color: #2298AD;
 }
 .AnyTagClassName
 {
   color: #2298AD;
 }
</style>
background-color css

<style>
 a { background-color: #2298AD; }

 a { background-color: rgb(34,152,173); }

 div.DivClassName
 {
   background-color: #2298AD;
 }
 .BgClassName
 {
   background-color: #2298AD;
 }
</style>
border-color css

<style>
 span { border-color: #2298AD; }

 span { border-color: rgb(34,152,173); }

 td.TdClassName
 {
   border-color: #2298AD;
 }
 .TagClassName
 {
   border-color: #2298AD;
 }
</style>