Html Css Color HEX #204272 Catalina Blue

📋 copy color: '#204272'

red 32 ◦ green 66 ◦ blue 114

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

Shades of Catalina Blue #204272

Tints of Catalina Blue #204272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.77%

R = 15.09%
G = 31.13%
B = 53.77%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#204272 (or 0x204272) is known color: Catalina Blue. HEX triplet: 20, 42 and 72. RGB value is (32,66,114). Sum of RGB (Red+Green+Blue) = 32+66+114=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #204272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204272 is #DFBD8D. Grayscale: #3D3D3D. Windows color (decimal): -14663054 or 7488032. OLE color: 7488032.

HSL color Cylindrical-coordinate representation of color #204272: hue angle of 215.12º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #204272 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 66 114 -
CMYK 0.72 0.42 0 0.55
HSL 215.12º 0.56% 0.29% -
HSV(B) 215.12º 0.72% 0.45% -
XYZ 5.58 5.42 16.67 -
YUV 61.31 157.74 107.1 -
System Red Green Blue C M Y K H S L
Decimal 32 66 114 0.72 0.42 0 0.55 215.12 0.56 0.29
Hex 20 42 72 48 2A 0 37 D7 38 1D
Octal 40 102 162 110 52 0 67 327 70 35
Binary 100000 1000010 1110010 1001000 101010 0 110111 11010111 111000 11101

Color Harmonies of #204272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204272

Black with #204272

Text Example


Text Example

White with #204272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204272; }

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

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

background-color css

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

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

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

border-color css

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

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

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