#21355A

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

Shades of Catalina Blue #21355A

Tints of Catalina Blue #21355A

Color information

#21355A (or 0x21355A) is unknown color: approx Catalina Blue. HEX triplet: 21, 35 and 5A. RGB value is (33,53,90). Sum of RGB (Red+Green+Blue) = 33+53+90=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #21355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21355A is #DECAA5. Grayscale: #333333. Windows color (decimal): -14600870 or 5911841. OLE color: 5911841.

HSL color Cylindrical-coordinate representation of color #21355A: hue angle of 218.95º 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 #21355A is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB335390-
CMYK0.630.4100.65
HSL218.95º46.34%24.12%-
HSV(B)218.95º63.33%35.29%-
XYZ3.753.6110.17-
YUV51.24149.87114.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 53 (21.09% from 255) = 30.11%
BLUE value IS 90 (35.55% from 255) = 51.14%
R=18.75%
G=30.11%
B=51.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3353900.630.4100.65218.9546.3424.12
Hex21355A3F29041db2e18
Octal4165132775101013335630
Binary1000011101011011010111111101001010000011101101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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