#21356B

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

Shades of Catalina Blue #21356B

Tints of Catalina Blue #21356B

Color information

#21356B (or 0x21356B) is unknown color: approx Catalina Blue. HEX triplet: 21, 35 and 6B. RGB value is (33,53,107). Sum of RGB (Red+Green+Blue) = 33+53+107=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 107 (42.19% from 255 or 55.44% from 193); Max value from RGB is 107 - color contains mainly: blue. Hex color #21356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21356B is #DECA94. Grayscale: #343434. Windows color (decimal): -14600853 or 7025953. OLE color: 7025953.

HSL color Cylindrical-coordinate representation of color #21356B: hue angle of 223.78º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21356B is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3353107-
CMYK0.690.5000.58
HSL223.78º52.86%27.45%-
HSV(B)223.78º69.16%41.96%-
XYZ4.553.9314.43-
YUV53.18158.37113.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.10%
GREEN value IS 53 (21.09% from 255) = 27.46%
BLUE value IS 107 (42.19% from 255) = 55.44%
R=17.10%
G=27.46%
B=55.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33531070.690.5000.58223.7852.8627.45
Hex21356B453203Ae0351b
Octal4165153105620723406533
Binary1000011101011101011100010111001001110101110000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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