#213463

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

Shades of Catalina Blue #213463

Tints of Catalina Blue #213463

Color information

#213463 (or 0x213463) is unknown color: approx Catalina Blue. HEX triplet: 21, 34 and 63. RGB value is (33,52,99). Sum of RGB (Red+Green+Blue) = 33+52+99=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #213463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213463 is #DECB9C. Grayscale: #333333. Windows color (decimal): -14601117 or 6501409. OLE color: 6501409.

HSL color Cylindrical-coordinate representation of color #213463: hue angle of 222.73º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #213463 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB335299-
CMYK0.670.4700.61
HSL222.73º50%25.88%-
HSV(B)222.73º66.67%38.82%-
XYZ4.113.6812.3-
YUV51.68154.71114.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.93%
GREEN value IS 52 (20.70% from 255) = 28.26%
BLUE value IS 99 (39.06% from 255) = 53.80%
R=17.93%
G=28.26%
B=53.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3352990.670.4700.61222.735025.88
Hex213463432F03Ddf321a
Octal4164143103570753376232
Binary1000011101001100011100001110111101111011101111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213463; }

 p { color: rgb(33,52,99); }

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

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

 a { background-color: rgb(33,52,99); }

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

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

 span { border-color: rgb(33,52,99); }

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