#204271

Color #204271 Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #204271

Tints of Catalina Blue #204271

Color information

#204271 (or 0x204271) is unknown color: approx 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

RGB3266113-
CMYK0.720.4200.56
HSL214.81º55.86%28.43%-
HSV(B)214.81º71.68%44.31%-
XYZ5.525.416.37-
YUV61.19157.24107.18-

RGB Variations

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

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 (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32661130.720.4200.56214.8155.8628.43
Hex204271482A038d7381c
Octal40102161110520703277034
Binary10000010000101110001100100010101001110001101011111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>