#21395D

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

Shades of Catalina Blue #21395D

Tints of Catalina Blue #21395D

Color information

#21395D (or 0x21395D) is unknown color: approx Catalina Blue. HEX triplet: 21, 39 and 5D. RGB value is (33,57,93). Sum of RGB (Red+Green+Blue) = 33+57+93=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #21395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21395D is #DEC6A2. Grayscale: #353535. Windows color (decimal): -14599843 or 6109473. OLE color: 6109473.

HSL color Cylindrical-coordinate representation of color #21395D: hue angle of 216º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21395D is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB335793-
CMYK0.650.3900.64
HSL216º47.62%24.71%-
HSV(B)216º64.52%36.47%-
XYZ4.074.0410.92-
YUV53.93150.05113.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 57 (22.66% from 255) = 31.15%
BLUE value IS 93 (36.72% from 255) = 50.82%
R=18.03%
G=31.15%
B=50.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3357930.650.3900.6421647.6224.71
Hex21395D4127040d83019
Octal41711351014701003306031
Binary10000111100110111011000001100111010000001101100011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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