#21365A

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

Shades of Catalina Blue #21365A

Tints of Catalina Blue #21365A

Color information

#21365A (or 0x21365A) is unknown color: approx Catalina Blue. HEX triplet: 21, 36 and 5A. RGB value is (33,54,90). Sum of RGB (Red+Green+Blue) = 33+54+90=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #21365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21365A is #DEC9A5. Grayscale: #333333. Windows color (decimal): -14600614 or 5912097. OLE color: 5912097.

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

Color convert

RGB335490-
CMYK0.630.4000.65
HSL217.89º46.34%24.12%-
HSV(B)217.89º63.33%35.29%-
XYZ3.793.710.19-
YUV51.82149.54114.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.64%
GREEN value IS 54 (21.48% from 255) = 30.51%
BLUE value IS 90 (35.55% from 255) = 50.85%
R=18.64%
G=30.51%
B=50.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3354900.630.4000.65217.8946.3424.12
Hex21365A3F28041da2e18
Octal4166132775001013325630
Binary1000011101101011010111111101000010000011101101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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