#213652

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

Shades of Catalina Blue #213652

Tints of Catalina Blue #213652

Color information

#213652 (or 0x213652) is unknown color: approx Catalina Blue. HEX triplet: 21, 36 and 52. RGB value is (33,54,82). Sum of RGB (Red+Green+Blue) = 33+54+82=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #213652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213652 is #DEC9AD. Grayscale: #323232. Windows color (decimal): -14600622 or 5387809. OLE color: 5387809.

HSL color Cylindrical-coordinate representation of color #213652: hue angle of 214.29º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #213652 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB335482-
CMYK0.600.3400.68
HSL214.29º42.61%22.55%-
HSV(B)214.29º59.76%32.16%-
XYZ3.473.578.49-
YUV50.91145.54115.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 54 (21.48% from 255) = 31.95%
BLUE value IS 82 (32.42% from 255) = 48.52%
R=19.53%
G=31.95%
B=48.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3354820.600.3400.68214.2942.6122.55
Hex2136523C22044d62b17
Octal4166122744201043265327
Binary1000011101101010010111100100010010001001101011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213652; }

 p { color: rgb(33,54,82); }

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

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

 a { background-color: rgb(33,54,82); }

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

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

 span { border-color: rgb(33,54,82); }

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