Html Css Color HEX #213640 Elephant

📋 copy color: '#213640'

red 33 ◦ green 54 ◦ blue 64

#213640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elephant #213640

Tints of Elephant #213640

RGB

 RED value IS 33 (13.28% from 255) = 21.85%

 GREEN value IS 54 (21.48% from 255) = 35.76%

 BLUE value IS 64 (25.39% from 255) = 42.38%

R = 21.85%
G = 35.76%
B = 42.38%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#213640 (or 0x213640) is known color: Elephant. HEX triplet: 21, 36 and 40. RGB value is (33,54,64). Sum of RGB (Red+Green+Blue) = 33+54+64=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #213640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213640 is #DEC9BF. Grayscale: #303030. Windows color (decimal): -14600640 or 4208161. OLE color: 4208161.

HSL color Cylindrical-coordinate representation of color #213640: hue angle of 199.35º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213640 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 54 64 -
CMYK 0.48 0.16 0 0.75
HSL 199.35º 0.32% 0.19% -
HSV(B) 199.35º 0.48% 0.25% -
XYZ 2.87 3.33 5.34 -
YUV 48.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 33 54 64 0.48 0.16 0 0.75 199.35 0.32 0.19
Hex 21 36 40 30 10 0 4B C7 20 13
Octal 41 66 100 60 20 0 113 307 40 23
Binary 100001 110110 1000000 110000 10000 0 1001011 11000111 100000 10011

Color Harmonies of #213640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213640

Black with #213640

Text Example


Text Example

White with #213640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213640; }

 p { color: rgb(33,54,64); }

 H1.HeaderClassName
 {
   color: #213640;
 }
 .AnyTagClassName
 {
   color: #213640;
 }
</style>

background-color css

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

 a { background-color: rgb(33,54,64); }

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

border-color css

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

 span { border-color: rgb(33,54,64); }

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