#213768

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

Shades of Catalina Blue #213768

Tints of Catalina Blue #213768

Color information

#213768 (or 0x213768) is unknown color: approx Catalina Blue. HEX triplet: 21, 37 and 68. RGB value is (33,55,104). Sum of RGB (Red+Green+Blue) = 33+55+104=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #213768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213768 is #DEC897. Grayscale: #353535. Windows color (decimal): -14600344 or 6829857. OLE color: 6829857.

HSL color Cylindrical-coordinate representation of color #213768: hue angle of 221.41º 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 #213768 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3355104-
CMYK0.680.4700.59
HSL221.41º51.82%26.86%-
HSV(B)221.41º68.27%40.78%-
XYZ4.494.0613.64-
YUV54.01156.21113.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.19%
GREEN value IS 55 (21.88% from 255) = 28.65%
BLUE value IS 104 (41.02% from 255) = 54.17%
R=17.19%
G=28.65%
B=54.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33551040.680.4700.59221.4151.8226.86
Hex213768442F03Bdd341b
Octal4167150104570733356433
Binary1000011101111101000100010010111101110111101110111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213768; }

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

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

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

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

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

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

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

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