Html Css Color HEX #204066 Catalina Blue

📋 copy color: '#204066'

red 32 ◦ green 64 ◦ blue 102

#204066
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #204066

Tints of Catalina Blue #204066

RGB

 RED value IS 32 (12.89% from 255) = 16.16%

 GREEN value IS 64 (25.39% from 255) = 32.32%

 BLUE value IS 102 (40.23% from 255) = 51.52%

R = 16.16%
G = 32.32%
B = 51.52%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#204066 (or 0x204066) is known color: Catalina Blue. HEX triplet: 20, 40 and 66. RGB value is (32,64,102). Sum of RGB (Red+Green+Blue) = 32+64+102=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #204066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204066 is #DFBF99. Grayscale: #3A3A3A. Windows color (decimal): -14663578 or 6701088. OLE color: 6701088.

HSL color Cylindrical-coordinate representation of color #204066: hue angle of 212.57º 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 #204066 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 32 64 102 -
CMYK 0.69 0.37 0 0.6
HSL 212.57º 0.52% 0.26% -
HSV(B) 212.57º 0.69% 0.4% -
XYZ 4.83 4.93 13.27 -
YUV 58.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 32 64 102 0.69 0.37 0 0.6 212.57 0.52 0.26
Hex 20 40 66 45 25 0 3C D5 34 1A
Octal 40 100 146 105 45 0 74 325 64 32
Binary 100000 1000000 1100110 1000101 100101 0 111100 11010101 110100 11010

Color Harmonies of #204066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204066

Black with #204066

Text Example


Text Example

White with #204066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204066; }

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

 H1.HeaderClassName
 {
   color: #204066;
 }
 .AnyTagClassName
 {
   color: #204066;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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