#21376B

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

Shades of Catalina Blue #21376B

Tints of Catalina Blue #21376B

Color information

#21376B (or 0x21376B) is unknown color: approx Catalina Blue. HEX triplet: 21, 37 and 6B. RGB value is (33,55,107). Sum of RGB (Red+Green+Blue) = 33+55+107=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #21376B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21376B is #DEC894. Grayscale: #363636. Windows color (decimal): -14600341 or 7026465. OLE color: 7026465.

HSL color Cylindrical-coordinate representation of color #21376B: hue angle of 222.16º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21376B is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3355107-
CMYK0.690.4900.58
HSL222.16º52.86%27.45%-
HSV(B)222.16º69.16%41.96%-
XYZ4.654.1214.46-
YUV54.35157.71112.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 55 (21.88% from 255) = 28.21%
BLUE value IS 107 (42.19% from 255) = 54.87%
R=16.92%
G=28.21%
B=54.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33551070.690.4900.58222.1652.8627.45
Hex21376B453103Ade351b
Octal4167153105610723366533
Binary1000011101111101011100010111000101110101101111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21376B; }

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

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

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

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

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

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

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

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