#213E6C

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

Shades of Catalina Blue #213E6C

Tints of Catalina Blue #213E6C

Color information

#213E6C (or 0x213E6C) is unknown color: approx Catalina Blue. HEX triplet: 21, 3E and 6C. RGB value is (33,62,108). Sum of RGB (Red+Green+Blue) = 33+62+108=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #213E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213E6C is #DEC193. Grayscale: #3A3A3A. Windows color (decimal): -14598548 or 7093793. OLE color: 7093793.

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

Color convert

RGB3362108-
CMYK0.690.4300.58
HSL216.8º53.19%27.65%-
HSV(B)216.8º69.44%42.35%-
XYZ5.064.8514.86-
YUV58.57155.89109.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.26%
GREEN value IS 62 (24.61% from 255) = 30.54%
BLUE value IS 108 (42.58% from 255) = 53.20%
R=16.26%
G=30.54%
B=53.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33621080.690.4300.58216.853.1927.65
Hex213E6C452B03Ad9351c
Octal4176154105530723316534
Binary1000011111101101100100010110101101110101101100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213E6C; }

 p { color: rgb(33,62,108); }

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

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

 a { background-color: rgb(33,62,108); }

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

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

 span { border-color: rgb(33,62,108); }

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