#214270

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

Shades of Catalina Blue #214270

Tints of Catalina Blue #214270

Color information

#214270 (or 0x214270) is unknown color: approx Catalina Blue. HEX triplet: 21, 42 and 70. RGB value is (33,66,112). Sum of RGB (Red+Green+Blue) = 33+66+112=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #214270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214270 is #DEBD8F. Grayscale: #3D3D3D. Windows color (decimal): -14597520 or 7356961. OLE color: 7356961.

HSL color Cylindrical-coordinate representation of color #214270: hue angle of 214.94º degrees, saturation: 0.54, 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 #214270 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3366112-
CMYK0.710.4100.56
HSL214.94º54.48%28.43%-
HSV(B)214.94º70.54%43.92%-
XYZ5.55.3916.08-
YUV61.38156.57107.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.64%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 112 (44.14% from 255) = 53.08%
R=15.64%
G=31.28%
B=53.08%

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
Decimal33661120.710.4100.56214.9454.4828.43
Hex2142704729038d7361c
Octal41102160107510703276634
Binary10000110000101110000100011110100101110001101011111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214270; }

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

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

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

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

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

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

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

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