Html Css Color HEX #204271 Catalina Blue

📋 copy color: '#204271'

red 32 ◦ green 66 ◦ blue 113

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

Shades of Catalina Blue #204271

Tints of Catalina Blue #204271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.28%

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

R = 15.17%
G = 31.28%
B = 53.55%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#204271 (or 0x204271) is known color: Catalina Blue. HEX triplet: 20, 42 and 71. RGB value is (32,66,113). Sum of RGB (Red+Green+Blue) = 32+66+113=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #204271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204271 is #DFBD8E. Grayscale: #3C3C3C. Windows color (decimal): -14663055 or 7422496. OLE color: 7422496.

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

Color convert

RGB 32 66 113 -
CMYK 0.72 0.42 0 0.56
HSL 214.81º 0.56% 0.28% -
HSV(B) 214.81º 0.72% 0.44% -
XYZ 5.52 5.4 16.37 -
YUV 61.19 157.24 107.18 -
System Red Green Blue C M Y K H S L
Decimal 32 66 113 0.72 0.42 0 0.56 214.81 0.56 0.28
Hex 20 42 71 48 2A 0 38 D7 38 1C
Octal 40 102 161 110 52 0 70 327 70 34
Binary 100000 1000010 1110001 1001000 101010 0 111000 11010111 111000 11100

Color Harmonies of #204271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204271

Black with #204271

Text Example


Text Example

White with #204271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204271; }

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

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

background-color css

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

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

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

border-color css

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

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

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