#214268

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

Shades of Catalina Blue #214268

Tints of Catalina Blue #214268

Color information

#214268 (or 0x214268) is unknown color: approx Catalina Blue. HEX triplet: 21, 42 and 68. RGB value is (33,66,104). Sum of RGB (Red+Green+Blue) = 33+66+104=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #214268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214268 is #DEBD97. Grayscale: #3C3C3C. Windows color (decimal): -14597528 or 6832673. OLE color: 6832673.

HSL color Cylindrical-coordinate representation of color #214268: hue angle of 212.11º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #214268 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3366104-
CMYK0.680.3700.59
HSL212.11º51.82%26.86%-
HSV(B)212.11º68.27%40.78%-
XYZ5.075.2213.84-
YUV60.46152.57108.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.26%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 104 (41.02% from 255) = 51.23%
R=16.26%
G=32.51%
B=51.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33661040.680.3700.59212.1151.8226.86
Hex214268442503Bd4341b
Octal41102150104450733246433
Binary10000110000101101000100010010010101110111101010011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214268; }

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

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

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

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

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

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

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

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