#213362

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

Shades of Catalina Blue #213362

Tints of Catalina Blue #213362

Color information

#213362 (or 0x213362) is unknown color: approx Catalina Blue. HEX triplet: 21, 33 and 62. RGB value is (33,51,98). Sum of RGB (Red+Green+Blue) = 33+51+98=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #213362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213362 is #DECC9D. Grayscale: #323232. Windows color (decimal): -14601374 or 6435617. OLE color: 6435617.

HSL color Cylindrical-coordinate representation of color #213362: hue angle of 223.38º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #213362 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB335198-
CMYK0.660.4800.62
HSL223.38º49.62%25.69%-
HSV(B)223.38º66.33%38.43%-
XYZ4.023.5712.03-
YUV50.98154.54115.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 51 (20.31% from 255) = 28.02%
BLUE value IS 98 (38.67% from 255) = 53.85%
R=18.13%
G=28.02%
B=53.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3351980.660.4800.62223.3849.6225.69
Hex213362423003Edf321a
Octal4163142102600763376232
Binary1000011100111100010100001011000001111101101111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213362; }

 p { color: rgb(33,51,98); }

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

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

 a { background-color: rgb(33,51,98); }

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

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

 span { border-color: rgb(33,51,98); }

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