#213855

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

Shades of Catalina Blue #213855

Tints of Catalina Blue #213855

Color information

#213855 (or 0x213855) is unknown color: approx Catalina Blue. HEX triplet: 21, 38 and 55. RGB value is (33,56,85). Sum of RGB (Red+Green+Blue) = 33+56+85=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #213855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213855 is #DEC7AA. Grayscale: #343434. Windows color (decimal): -14600107 or 5584929. OLE color: 5584929.

HSL color Cylindrical-coordinate representation of color #213855: hue angle of 213.46º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #213855 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB335685-
CMYK0.610.3400.67
HSL213.46º44.07%23.14%-
HSV(B)213.46º61.18%33.33%-
XYZ3.683.819.14-
YUV52.43146.38114.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 56 (22.27% from 255) = 32.18%
BLUE value IS 85 (33.59% from 255) = 48.85%
R=18.97%
G=32.18%
B=48.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3356850.610.3400.67213.4644.0723.14
Hex2138553D22043d52c17
Octal4170125754201033255427
Binary1000011110001010101111101100010010000111101010110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213855; }

 p { color: rgb(33,56,85); }

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

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

 a { background-color: rgb(33,56,85); }

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

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

 span { border-color: rgb(33,56,85); }

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