#21335A

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

Shades of Catalina Blue #21335A

Tints of Catalina Blue #21335A

Color information

#21335A (or 0x21335A) is unknown color: approx Catalina Blue. HEX triplet: 21, 33 and 5A. RGB value is (33,51,90). Sum of RGB (Red+Green+Blue) = 33+51+90=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #21335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21335A is #DECCA5. Grayscale: #313131. Windows color (decimal): -14601382 or 5911329. OLE color: 5911329.

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

Color convert

RGB335190-
CMYK0.630.4300.65
HSL221.05º46.34%24.12%-
HSV(B)221.05º63.33%35.29%-
XYZ3.663.4310.14-
YUV50.06150.54115.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 90 (35.55% from 255) = 51.72%
R=18.97%
G=29.31%
B=51.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3351900.630.4300.65221.0546.3424.12
Hex21335A3F2B041dd2e18
Octal4163132775301013355630
Binary1000011100111011010111111101011010000011101110110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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