#21396D

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

Shades of Catalina Blue #21396D

Tints of Catalina Blue #21396D

Color information

#21396D (or 0x21396D) is unknown color: approx Catalina Blue. HEX triplet: 21, 39 and 6D. RGB value is (33,57,109). Sum of RGB (Red+Green+Blue) = 33+57+109=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #21396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21396D is #DEC692. Grayscale: #373737. Windows color (decimal): -14599827 or 7158049. OLE color: 7158049.

HSL color Cylindrical-coordinate representation of color #21396D: hue angle of 221.05º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21396D is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3357109-
CMYK0.700.4800.57
HSL221.05º53.52%27.84%-
HSV(B)221.05º69.72%42.75%-
XYZ4.854.3515.05-
YUV55.75158.05111.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.58%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 109 (42.97% from 255) = 54.77%
R=16.58%
G=28.64%
B=54.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33571090.700.4800.57221.0553.5227.84
Hex21396D4630039dd361c
Octal4171155106600713356634
Binary1000011110011101101100011011000001110011101110111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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