Html Css Color HEX #204471 Catalina Blue

📋 copy color: '#204471'

red 32 ◦ green 68 ◦ blue 113

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

Shades of Catalina Blue #204471

Tints of Catalina Blue #204471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.92%

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

R = 15.02%
G = 31.92%
B = 53.05%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#204471 (or 0x204471) is known color: Catalina Blue. HEX triplet: 20, 44 and 71. RGB value is (32,68,113). Sum of RGB (Red+Green+Blue) = 32+68+113=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #204471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204471 is #DFBB8E. Grayscale: #3E3E3E. Windows color (decimal): -14662543 or 7423008. OLE color: 7423008.

HSL color Cylindrical-coordinate representation of color #204471: hue angle of 213.33º 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 #204471 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 68 113 -
CMYK 0.72 0.40 0 0.56
HSL 213.33º 0.56% 0.28% -
HSV(B) 213.33º 0.72% 0.44% -
XYZ 5.64 5.63 16.41 -
YUV 62.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 32 68 113 0.72 0.40 0 0.56 213.33 0.56 0.28
Hex 20 44 71 48 28 0 38 D5 38 1C
Octal 40 104 161 110 50 0 70 325 70 34
Binary 100000 1000100 1110001 1001000 101000 0 111000 11010101 111000 11100

Color Harmonies of #204471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204471

Black with #204471

Text Example


Text Example

White with #204471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204471; }

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

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

background-color css

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

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

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

border-color css

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

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

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