#213846

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

Shades of Blue Whale #213846

Tints of Blue Whale #213846

Color information

#213846 (or 0x213846) is unknown color: approx Blue Whale. HEX triplet: 21, 38 and 46. RGB value is (33,56,70). Sum of RGB (Red+Green+Blue) = 33+56+70=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 70 - color contains mainly: blue. Hex color #213846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213846 is #DEC7B9. Grayscale: #323232. Windows color (decimal): -14600122 or 4601889. OLE color: 4601889.

HSL color Cylindrical-coordinate representation of color #213846: hue angle of 202.7º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #213846 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB335670-
CMYK0.530.2000.73
HSL202.7º35.92%20.2%-
HSV(B)202.7º52.86%27.45%-
XYZ3.153.596.32-
YUV50.72138.88115.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.75%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 70 (27.73% from 255) = 44.03%
R=20.75%
G=35.22%
B=44.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3356700.530.2000.73202.735.9220.2
Hex2138463514049cb2414
Octal4170106652401113134424
Binary100001111000100011011010110100010010011100101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213846; }

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

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

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

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

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

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

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

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