Html Css Color HEX #253740 Elephant

📋 copy color: '#253740'

red 37 ◦ green 55 ◦ blue 64

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

Shades of Elephant #253740

Tints of Elephant #253740

RGB

 RED value IS 37 (14.84% from 255) = 23.72%

 GREEN value IS 55 (21.88% from 255) = 35.26%

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

R = 23.72%
G = 35.26%
B = 41.03%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253740 (or 0x253740) is known color: Elephant. HEX triplet: 25, 37 and 40. RGB value is (37,55,64). Sum of RGB (Red+Green+Blue) = 37+55+64=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 64 - color contains mainly: blue. Hex color #253740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253740 is #DAC8BF. Grayscale: #323232. Windows color (decimal): -14338240 or 4208421. OLE color: 4208421.

HSL color Cylindrical-coordinate representation of color #253740: hue angle of 200º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #253740 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 55 64 -
CMYK 0.42 0.14 0 0.75
HSL 200º 0.27% 0.2% -
HSV(B) 200º 0.42% 0.25% -
XYZ 3.05 3.5 5.36 -
YUV 50.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 37 55 64 0.42 0.14 0 0.75 200 0.27 0.2
Hex 25 37 40 2A E 0 4B C8 1B 14
Octal 45 67 100 52 16 0 113 310 33 24
Binary 100101 110111 1000000 101010 1110 0 1001011 11001000 11011 10100

Color Harmonies of #253740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253740

Black with #253740

Text Example


Text Example

White with #253740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253740; }

 p { color: rgb(37,55,64); }

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

background-color css

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

 a { background-color: rgb(37,55,64); }

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

border-color css

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

 span { border-color: rgb(37,55,64); }

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