#213844

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

Shades of Elephant #213844

Tints of Elephant #213844

Color information

#213844 (or 0x213844) is unknown color: approx Elephant. HEX triplet: 21, 38 and 44. RGB value is (33,56,68). Sum of RGB (Red+Green+Blue) = 33+56+68=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 68 - color contains mainly: blue. Hex color #213844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213844 is #DEC7BB. Grayscale: #323232. Windows color (decimal): -14600124 or 4470817. OLE color: 4470817.

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

Color convert

RGB335668-
CMYK0.510.1800.73
HSL200.57º34.65%19.8%-
HSV(B)200.57º51.47%26.67%-
XYZ3.083.576-
YUV50.49137.88115.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.02%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 68 (26.95% from 255) = 43.31%
R=21.02%
G=35.67%
B=43.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3356680.510.1800.73200.5734.6519.8
Hex2138443312049c92314
Octal4170104632201113114324
Binary100001111000100010011001110010010010011100100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213844; }

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

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

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

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

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

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

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

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