#21376C

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

Shades of Catalina Blue #21376C

Tints of Catalina Blue #21376C

Color information

#21376C (or 0x21376C) is unknown color: approx Catalina Blue. HEX triplet: 21, 37 and 6C. RGB value is (33,55,108). Sum of RGB (Red+Green+Blue) = 33+55+108=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #21376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21376C is #DEC893. Grayscale: #363636. Windows color (decimal): -14600340 or 7092001. OLE color: 7092001.

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

Color convert

RGB3355108-
CMYK0.690.4900.58
HSL222.4º53.19%27.65%-
HSV(B)222.4º69.44%42.35%-
XYZ4.74.1414.74-
YUV54.46158.21112.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.84%
GREEN value IS 55 (21.88% from 255) = 28.06%
BLUE value IS 108 (42.58% from 255) = 55.10%
R=16.84%
G=28.06%
B=55.10%

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
Decimal33551080.690.4900.58222.453.1927.65
Hex21376C453103Ade351c
Octal4167154105610723366534
Binary1000011101111101100100010111000101110101101111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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