#21355B

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

Shades of Catalina Blue #21355B

Tints of Catalina Blue #21355B

Color information

#21355B (or 0x21355B) is unknown color: approx Catalina Blue. HEX triplet: 21, 35 and 5B. RGB value is (33,53,91). Sum of RGB (Red+Green+Blue) = 33+53+91=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #21355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21355B is #DECAA4. Grayscale: #333333. Windows color (decimal): -14600869 or 5977377. OLE color: 5977377.

HSL color Cylindrical-coordinate representation of color #21355B: hue angle of 219.31º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21355B is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB335391-
CMYK0.640.4200.64
HSL219.31º46.77%24.31%-
HSV(B)219.31º63.74%35.69%-
XYZ3.793.6210.4-
YUV51.35150.37114.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.64%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 91 (35.94% from 255) = 51.41%
R=18.64%
G=29.94%
B=51.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3353910.640.4200.64219.3146.7724.31
Hex21355B402A040db2f18
Octal41651331005201003335730
Binary10000111010110110111000000101010010000001101101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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