#204375

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

Shades of Resolution Blue #204375

Tints of Resolution Blue #204375

Color information

#204375 (or 0x204375) is unknown color: approx Resolution Blue. HEX triplet: 20, 43 and 75. RGB value is (32,67,117). Sum of RGB (Red+Green+Blue) = 32+67+117=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #204375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204375 is #DFBC8A. Grayscale: #3E3E3E. Windows color (decimal): -14662795 or 7684896. OLE color: 7684896.

HSL color Cylindrical-coordinate representation of color #204375: hue angle of 215.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #204375 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3267117-
CMYK0.730.4300.54
HSL215.29º57.05%29.22%-
HSV(B)215.29º72.65%45.88%-
XYZ5.815.6117.61-
YUV62.24158.9106.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.81%
GREEN value IS 67 (26.56% from 255) = 31.02%
BLUE value IS 117 (46.09% from 255) = 54.17%
R=14.81%
G=31.02%
B=54.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32671170.730.4300.54215.2957.0529.22
Hex204375492B036d7391d
Octal40103165111530663277135
Binary10000010000111110101100100110101101101101101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204375; }

 p { color: rgb(32,67,117); }

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

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

 a { background-color: rgb(32,67,117); }

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

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

 span { border-color: rgb(32,67,117); }

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