#213156

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

Shades of Catalina Blue #213156

Tints of Catalina Blue #213156

Color information

#213156 (or 0x213156) is unknown color: approx Catalina Blue. HEX triplet: 21, 31 and 56. RGB value is (33,49,86). Sum of RGB (Red+Green+Blue) = 33+49+86=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #213156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213156 is #DECEA9. Grayscale: #303030. Windows color (decimal): -14601898 or 5648673. OLE color: 5648673.

HSL color Cylindrical-coordinate representation of color #213156: hue angle of 221.89º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #213156 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB334986-
CMYK0.620.4300.66
HSL221.89º44.54%23.33%-
HSV(B)221.89º61.63%33.73%-
XYZ3.413.199.24-
YUV48.43149.2116.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 86 (33.98% from 255) = 51.19%
R=19.64%
G=29.17%
B=51.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3349860.620.4300.66221.8944.5423.33
Hex2131563E2B042de2d17
Octal4161126765301023365527
Binary1000011100011010110111110101011010000101101111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213156; }

 p { color: rgb(33,49,86); }

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

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

 a { background-color: rgb(33,49,86); }

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

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

 span { border-color: rgb(33,49,86); }

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