Html Css Color HEX #253540 Elephant

📋 copy color: '#253540'

red 37 ◦ green 53 ◦ blue 64

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

Shades of Elephant #253540

Tints of Elephant #253540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.42%

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

R = 24.03%
G = 34.42%
B = 41.56%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253540 (or 0x253540) is known color: Elephant. HEX triplet: 25, 35 and 40. RGB value is (37,53,64). Sum of RGB (Red+Green+Blue) = 37+53+64=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: blue. Hex color #253540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253540 is #DACABF. Grayscale: #313131. Windows color (decimal): -14338752 or 4207909. OLE color: 4207909.

HSL color Cylindrical-coordinate representation of color #253540: hue angle of 204.44º 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 #253540 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 53 64 -
CMYK 0.42 0.17 0 0.75
HSL 204.44º 0.27% 0.2% -
HSV(B) 204.44º 0.42% 0.25% -
XYZ 2.96 3.31 5.33 -
YUV 49.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 37 53 64 0.42 0.17 0 0.75 204.44 0.27 0.2
Hex 25 35 40 2A 11 0 4B CC 1B 14
Octal 45 65 100 52 21 0 113 314 33 24
Binary 100101 110101 1000000 101010 10001 0 1001011 11001100 11011 10100

Color Harmonies of #253540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253540

Black with #253540

Text Example


Text Example

White with #253540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253540; }

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

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

background-color css

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

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

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

border-color css

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

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

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