#213064

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

Shades of Catalina Blue #213064

Tints of Catalina Blue #213064

Color information

#213064 (or 0x213064) is unknown color: approx Catalina Blue. HEX triplet: 21, 30 and 64. RGB value is (33,48,100). Sum of RGB (Red+Green+Blue) = 33+48+100=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 100 (39.45% from 255 or 55.25% from 181); Max value from RGB is 100 - color contains mainly: blue. Hex color #213064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213064 is #DECF9B. Grayscale: #313131. Windows color (decimal): -14602140 or 6565921. OLE color: 6565921.

HSL color Cylindrical-coordinate representation of color #213064: hue angle of 226.57º 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 #213064 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3348100-
CMYK0.670.5200.61
HSL226.57º50.38%26.08%-
HSV(B)226.57º67%39.22%-
XYZ3.983.3612.49-
YUV49.44156.53116.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 100 (39.45% from 255) = 55.25%
R=18.23%
G=26.52%
B=55.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal33481000.670.5200.61226.5750.3826.08
Hex213064433403De3321a
Octal4160144103640753436232
Binary1000011100001100100100001111010001111011110001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213064; }

 p { color: rgb(33,48,100); }

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

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

 a { background-color: rgb(33,48,100); }

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

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

 span { border-color: rgb(33,48,100); }

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