#204067

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

Shades of Catalina Blue #204067

Tints of Catalina Blue #204067

Color information

#204067 (or 0x204067) is unknown color: approx Catalina Blue. HEX triplet: 20, 40 and 67. RGB value is (32,64,103). Sum of RGB (Red+Green+Blue) = 32+64+103=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 103 (40.62% from 255 or 51.76% from 199); Max value from RGB is 103 - color contains mainly: blue. Hex color #204067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204067 is #DFBF98. Grayscale: #3A3A3A. Windows color (decimal): -14663577 or 6766624. OLE color: 6766624.

HSL color Cylindrical-coordinate representation of color #204067: hue angle of 212.96º degrees, saturation: 0.53, 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 #204067 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3264103-
CMYK0.690.3800.60
HSL212.96º52.59%26.47%-
HSV(B)212.96º68.93%40.39%-
XYZ4.884.9513.53-
YUV58.88152.9108.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.08%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 103 (40.62% from 255) = 51.76%
R=16.08%
G=32.16%
B=51.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32641030.690.3800.60212.9652.5926.47
Hex204067452603Cd5351a
Octal40100147105460743256532
Binary10000010000001100111100010110011001111001101010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204067; }

 p { color: rgb(32,64,103); }

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

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

 a { background-color: rgb(32,64,103); }

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

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

 span { border-color: rgb(32,64,103); }

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