#204270

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

Shades of Catalina Blue #204270

Tints of Catalina Blue #204270

Color information

#204270 (or 0x204270) is unknown color: approx Catalina Blue. HEX triplet: 20, 42 and 70. RGB value is (32,66,112). Sum of RGB (Red+Green+Blue) = 32+66+112=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #204270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204270 is #DFBD8F. Grayscale: #3C3C3C. Windows color (decimal): -14663056 or 7356960. OLE color: 7356960.

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

Color convert

RGB3266112-
CMYK0.710.4100.56
HSL214.5º55.56%28.24%-
HSV(B)214.5º71.43%43.92%-
XYZ5.475.3716.08-
YUV61.08156.74107.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.24%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 112 (44.14% from 255) = 53.33%
R=15.24%
G=31.43%
B=53.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32661120.710.4100.56214.555.5628.24
Hex2042704729038d6381c
Octal40102160107510703267034
Binary10000010000101110000100011110100101110001101011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204270; }

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

 H1.HeaderClassName
 {
   color: #204270;
 }
 .AnyTagClassName
 {
   color: #204270;
 }
</style>
background-color css

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

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

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

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

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

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