#213B5C

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

Shades of Catalina Blue #213B5C

Tints of Catalina Blue #213B5C

Color information

#213B5C (or 0x213B5C) is unknown color: approx Catalina Blue. HEX triplet: 21, 3B and 5C. RGB value is (33,59,92). Sum of RGB (Red+Green+Blue) = 33+59+92=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #213B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B5C is #DEC4A3. Grayscale: #363636. Windows color (decimal): -14599332 or 6044449. OLE color: 6044449.

HSL color Cylindrical-coordinate representation of color #213B5C: hue angle of 213.56º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #213B5C is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB335992-
CMYK0.640.3600.64
HSL213.56º47.2%24.51%-
HSV(B)213.56º64.13%36.08%-
XYZ4.124.2210.72-
YUV54.99148.89112.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.93%
GREEN value IS 59 (23.44% from 255) = 32.07%
BLUE value IS 92 (36.33% from 255) = 50%
R=17.93%
G=32.07%
B=50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3359920.640.3600.64213.5647.224.51
Hex213B5C4024040d62f19
Octal41731341004401003265731
Binary10000111101110111001000000100100010000001101011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,59,92); }

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

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

 a { background-color: rgb(33,59,92); }

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

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

 span { border-color: rgb(33,59,92); }

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