#21395A

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

Shades of Catalina Blue #21395A

Tints of Catalina Blue #21395A

Color information

#21395A (or 0x21395A) is unknown color: approx Catalina Blue. HEX triplet: 21, 39 and 5A. RGB value is (33,57,90). Sum of RGB (Red+Green+Blue) = 33+57+90=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #21395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21395A is #DEC6A5. Grayscale: #353535. Windows color (decimal): -14599846 or 5912865. OLE color: 5912865.

HSL color Cylindrical-coordinate representation of color #21395A: hue angle of 214.74º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21395A is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB335790-
CMYK0.630.3700.65
HSL214.74º46.34%24.12%-
HSV(B)214.74º63.33%35.29%-
XYZ3.943.9910.24-
YUV53.59148.55113.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.33%
GREEN value IS 57 (22.66% from 255) = 31.67%
BLUE value IS 90 (35.55% from 255) = 50%
R=18.33%
G=31.67%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3357900.630.3700.65214.7446.3424.12
Hex21395A3F25041d72e18
Octal4171132774501013275630
Binary1000011110011011010111111100101010000011101011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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