#204288

Color #204288 Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #204288

Tints of Fun Blue #204288

Color information

#204288 (or 0x204288) is unknown color: approx Fun Blue. HEX triplet: 20, 42 and 88. RGB value is (32,66,136). Sum of RGB (Red+Green+Blue) = 32+66+136=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #204288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204288 is #DFBD77. Grayscale: #3F3F3F. Windows color (decimal): -14663032 or 8929824. OLE color: 8929824.

HSL color Cylindrical-coordinate representation of color #204288: hue angle of 220.38º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #204288 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3266136-
CMYK0.760.5100.47
HSL220.38º61.9%32.94%-
HSV(B)220.38º76.47%53.33%-
XYZ6.995.9824.08-
YUV63.81168.74105.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.68%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 136 (53.52% from 255) = 58.12%
R=13.68%
G=28.21%
B=58.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal32661360.760.5100.47220.3861.932.94
Hex2042884C3302Fdc3e21
Octal40102210114630573347641
Binary1000001000010100010001001100110011010111111011100111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204288; }

 p { color: rgb(32,66,136); }

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

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

 a { background-color: rgb(32,66,136); }

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

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

 span { border-color: rgb(32,66,136); }

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