Html Css Color HEX #204071 Catalina Blue

📋 copy color: '#204071'

red 32 ◦ green 64 ◦ blue 113

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

Shades of Catalina Blue #204071

Tints of Catalina Blue #204071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 54.07%

R = 15.31%
G = 30.62%
B = 54.07%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#204071 (or 0x204071) is known color: Catalina Blue. HEX triplet: 20, 40 and 71. RGB value is (32,64,113). Sum of RGB (Red+Green+Blue) = 32+64+113=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #204071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204071 is #DFBF8E. Grayscale: #3B3B3B. Windows color (decimal): -14663567 or 7421984. OLE color: 7421984.

HSL color Cylindrical-coordinate representation of color #204071: hue angle of 216.3º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #204071 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 64 113 -
CMYK 0.72 0.43 0 0.56
HSL 216.3º 0.56% 0.28% -
HSV(B) 216.3º 0.72% 0.44% -
XYZ 5.41 5.17 16.33 -
YUV 60.02 157.9 108.02 -
System Red Green Blue C M Y K H S L
Decimal 32 64 113 0.72 0.43 0 0.56 216.3 0.56 0.28
Hex 20 40 71 48 2B 0 38 D8 38 1C
Octal 40 100 161 110 53 0 70 330 70 34
Binary 100000 1000000 1110001 1001000 101011 0 111000 11011000 111000 11100

Color Harmonies of #204071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204071

Black with #204071

Text Example


Text Example

White with #204071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204071; }

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

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

background-color css

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

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

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

border-color css

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

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

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