#21396B

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

Shades of Catalina Blue #21396B

Tints of Catalina Blue #21396B

Color information

#21396B (or 0x21396B) is unknown color: approx Catalina Blue. HEX triplet: 21, 39 and 6B. RGB value is (33,57,107). Sum of RGB (Red+Green+Blue) = 33+57+107=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #21396B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21396B is #DEC694. Grayscale: #373737. Windows color (decimal): -14599829 or 7026977. OLE color: 7026977.

HSL color Cylindrical-coordinate representation of color #21396B: hue angle of 220.54º 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 #21396B is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3357107-
CMYK0.690.4700.58
HSL220.54º52.86%27.45%-
HSV(B)220.54º69.16%41.96%-
XYZ4.744.3114.49-
YUV55.52157.05111.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.75%
GREEN value IS 57 (22.66% from 255) = 28.93%
BLUE value IS 107 (42.19% from 255) = 54.31%
R=16.75%
G=28.93%
B=54.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33571070.690.4700.58220.5452.8627.45
Hex21396B452F03Add351b
Octal4171153105570723356533
Binary1000011110011101011100010110111101110101101110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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