#213857

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

Shades of Catalina Blue #213857

Tints of Catalina Blue #213857

Color information

#213857 (or 0x213857) is unknown color: approx Catalina Blue. HEX triplet: 21, 38 and 57. RGB value is (33,56,87). Sum of RGB (Red+Green+Blue) = 33+56+87=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #213857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213857 is #DEC7A8. Grayscale: #343434. Windows color (decimal): -14600105 or 5716001. OLE color: 5716001.

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

Color convert

RGB335687-
CMYK0.620.3600.66
HSL214.44º45%23.53%-
HSV(B)214.44º62.07%34.12%-
XYZ3.763.849.56-
YUV52.66147.38113.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 56 (22.27% from 255) = 31.82%
BLUE value IS 87 (34.38% from 255) = 49.43%
R=18.75%
G=31.82%
B=49.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3356870.620.3600.66214.444523.53
Hex2138573E24042d62d18
Octal4170127764401023265530
Binary1000011110001010111111110100100010000101101011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213857; }

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

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

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

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

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

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

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

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