Html Css Color HEX #253942 Elephant

📋 copy color: '#253942'

red 37 ◦ green 57 ◦ blue 66

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

Shades of Elephant #253942

Tints of Elephant #253942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.63%

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

R = 23.13%
G = 35.63%
B = 41.25%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#253942 (or 0x253942) is known color: Elephant. HEX triplet: 25, 39 and 42. RGB value is (37,57,66). Sum of RGB (Red+Green+Blue) = 37+57+66=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 66 - color contains mainly: blue. Hex color #253942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253942 is #DAC6BD. Grayscale: #333333. Windows color (decimal): -14337726 or 4340005. OLE color: 4340005.

HSL color Cylindrical-coordinate representation of color #253942: hue angle of 198.62º 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 #253942 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 37 57 66 -
CMYK 0.44 0.14 0 0.74
HSL 198.62º 0.28% 0.2% -
HSV(B) 198.62º 0.44% 0.26% -
XYZ 3.21 3.71 5.7 -
YUV 52.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 37 57 66 0.44 0.14 0 0.74 198.62 0.28 0.2
Hex 25 39 42 2C E 0 4A C7 1C 14
Octal 45 71 102 54 16 0 112 307 34 24
Binary 100101 111001 1000010 101100 1110 0 1001010 11000111 11100 10100

Color Harmonies of #253942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253942

Black with #253942

Text Example


Text Example

White with #253942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253942; }

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

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

background-color css

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

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

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

border-color css

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

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

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