#204592

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

Shades of Fun Blue #204592

Tints of Fun Blue #204592

Color information

#204592 (or 0x204592) is unknown color: approx Fun Blue. HEX triplet: 20, 45 and 92. RGB value is (32,69,146). Sum of RGB (Red+Green+Blue) = 32+69+146=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #204592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204592 is #DFBA6D. Grayscale: #424242. Windows color (decimal): -14662254 or 9585952. OLE color: 9585952.

HSL color Cylindrical-coordinate representation of color #204592: hue angle of 220.53º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #204592 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3269146-
CMYK0.780.5300.43
HSL220.53º64.04%34.9%-
HSV(B)220.53º78.08%57.25%-
XYZ7.916.6428.06-
YUV66.72172.74103.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.96%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 146 (57.42% from 255) = 59.11%
R=12.96%
G=27.94%
B=59.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal32691460.780.5300.43220.5364.0434.9
Hex2045924E3502Bdd4023
Octal401052221166505333510043
Binary10000010001011001001010011101101010101011110111011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204592; }

 p { color: rgb(32,69,146); }

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

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

 a { background-color: rgb(32,69,146); }

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

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

 span { border-color: rgb(32,69,146); }

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