#204166

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

Shades of Catalina Blue #204166

Tints of Catalina Blue #204166

Color information

#204166 (or 0x204166) is unknown color: approx Catalina Blue. HEX triplet: 20, 41 and 66. RGB value is (32,65,102). Sum of RGB (Red+Green+Blue) = 32+65+102=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #204166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204166 is #DFBE99. Grayscale: #3B3B3B. Windows color (decimal): -14663322 or 6701344. OLE color: 6701344.

HSL color Cylindrical-coordinate representation of color #204166: hue angle of 211.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #204166 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3265102-
CMYK0.690.3600.6
HSL211.71º52.24%26.27%-
HSV(B)211.71º68.63%40%-
XYZ4.885.0513.29-
YUV59.35152.07108.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.08%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 102 (40.23% from 255) = 51.26%
R=16.08%
G=32.66%
B=51.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32651020.690.3600.6211.7152.2426.27
Hex204166452403Cd4341a
Octal40101146105440743246432
Binary10000010000011100110100010110010001111001101010011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204166; }

 p { color: rgb(32,65,102); }

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

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

 a { background-color: rgb(32,65,102); }

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

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

 span { border-color: rgb(32,65,102); }

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