#213468

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

Shades of Catalina Blue #213468

Tints of Catalina Blue #213468

Color information

#213468 (or 0x213468) is unknown color: approx Catalina Blue. HEX triplet: 21, 34 and 68. RGB value is (33,52,104). Sum of RGB (Red+Green+Blue) = 33+52+104=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #213468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213468 is #DECB97. Grayscale: #343434. Windows color (decimal): -14601112 or 6829089. OLE color: 6829089.

HSL color Cylindrical-coordinate representation of color #213468: hue angle of 223.94º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #213468 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3352104-
CMYK0.680.5000.59
HSL223.94º51.82%26.86%-
HSV(B)223.94º68.27%40.78%-
XYZ4.353.7813.6-
YUV52.25157.21114.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.46%
GREEN value IS 52 (20.70% from 255) = 27.51%
BLUE value IS 104 (41.02% from 255) = 55.03%
R=17.46%
G=27.51%
B=55.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33521040.680.5000.59223.9451.8226.86
Hex213468443203Be0341b
Octal4164150104620733406433
Binary1000011101001101000100010011001001110111110000011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213468; }

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

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

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

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

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

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

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

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