Html Css Color HEX #253742 Elephant

📋 copy color: '#253742'

red 37 ◦ green 55 ◦ blue 66

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

Shades of Elephant #253742

Tints of Elephant #253742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 41.77%

R = 23.42%
G = 34.81%
B = 41.77%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#253742 (or 0x253742) is known color: Elephant. HEX triplet: 25, 37 and 42. RGB value is (37,55,66). Sum of RGB (Red+Green+Blue) = 37+55+66=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 66 - color contains mainly: blue. Hex color #253742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253742 is #DAC8BD. Grayscale: #323232. Windows color (decimal): -14338238 or 4339493. OLE color: 4339493.

HSL color Cylindrical-coordinate representation of color #253742: hue angle of 202.76º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #253742 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 37 55 66 -
CMYK 0.44 0.17 0 0.74
HSL 202.76º 0.28% 0.2% -
HSV(B) 202.76º 0.44% 0.26% -
XYZ 3.11 3.52 5.67 -
YUV 50.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 37 55 66 0.44 0.17 0 0.74 202.76 0.28 0.2
Hex 25 37 42 2C 11 0 4A CB 1C 14
Octal 45 67 102 54 21 0 112 313 34 24
Binary 100101 110111 1000010 101100 10001 0 1001010 11001011 11100 10100

Color Harmonies of #253742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253742

Black with #253742

Text Example


Text Example

White with #253742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253742; }

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

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

background-color css

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

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

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

border-color css

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

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

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