#213762

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

Shades of Catalina Blue #213762

Tints of Catalina Blue #213762

Color information

#213762 (or 0x213762) is unknown color: approx Catalina Blue. HEX triplet: 21, 37 and 62. RGB value is (33,55,98). Sum of RGB (Red+Green+Blue) = 33+55+98=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #213762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213762 is #DEC89D. Grayscale: #353535. Windows color (decimal): -14600350 or 6436641. OLE color: 6436641.

HSL color Cylindrical-coordinate representation of color #213762: hue angle of 219.69º 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 #213762 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB335598-
CMYK0.660.4400.62
HSL219.69º49.62%25.69%-
HSV(B)219.69º66.33%38.43%-
XYZ4.23.9412.09-
YUV53.32153.21113.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.74%
GREEN value IS 55 (21.88% from 255) = 29.57%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=17.74%
G=29.57%
B=52.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3355980.660.4400.62219.6949.6225.69
Hex213762422C03Edc321a
Octal4167142102540763346232
Binary1000011101111100010100001010110001111101101110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213762; }

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

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

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

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

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

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

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

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