#214063

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

Shades of Catalina Blue #214063

Tints of Catalina Blue #214063

Color information

#214063 (or 0x214063) is unknown color: approx Catalina Blue. HEX triplet: 21, 40 and 63. RGB value is (33,64,99). Sum of RGB (Red+Green+Blue) = 33+64+99=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #214063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214063 is #DEBF9C. Grayscale: #3A3A3A. Windows color (decimal): -14598045 or 6504481. OLE color: 6504481.

HSL color Cylindrical-coordinate representation of color #214063: hue angle of 211.82º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #214063 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB336499-
CMYK0.670.3500.61
HSL211.82º50%25.88%-
HSV(B)211.82º66.67%38.82%-
XYZ4.714.8912.5-
YUV58.72150.73109.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.84%
GREEN value IS 64 (25.39% from 255) = 32.65%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=16.84%
G=32.65%
B=50.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3364990.670.3500.61211.825025.88
Hex214063432303Dd4321a
Octal41100143103430753246232
Binary10000110000001100011100001110001101111011101010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214063; }

 p { color: rgb(33,64,99); }

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

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

 a { background-color: rgb(33,64,99); }

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

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

 span { border-color: rgb(33,64,99); }

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