#213C5C

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

Shades of Catalina Blue #213C5C

Tints of Catalina Blue #213C5C

Color information

#213C5C (or 0x213C5C) is unknown color: approx Catalina Blue. HEX triplet: 21, 3C and 5C. RGB value is (33,60,92). Sum of RGB (Red+Green+Blue) = 33+60+92=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #213C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213C5C is #DEC3A3. Grayscale: #373737. Windows color (decimal): -14599076 or 6044705. OLE color: 6044705.

HSL color Cylindrical-coordinate representation of color #213C5C: hue angle of 212.54º 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 #213C5C is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB336092-
CMYK0.640.3500.64
HSL212.54º47.2%24.51%-
HSV(B)212.54º64.13%36.08%-
XYZ4.174.3310.74-
YUV55.58148.55111.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.84%
GREEN value IS 60 (23.83% from 255) = 32.43%
BLUE value IS 92 (36.33% from 255) = 49.73%
R=17.84%
G=32.43%
B=49.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3360920.640.3500.64212.5447.224.51
Hex213C5C4023040d52f19
Octal41741341004301003255731
Binary10000111110010111001000000100011010000001101010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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