Html Css Color HEX #25353E Elephant

📋 copy color: '#25353E'

red 37 ◦ green 53 ◦ blue 62

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

Shades of Elephant #25353E

Tints of Elephant #25353E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 40.79%

R = 24.34%
G = 34.87%
B = 40.79%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25353E (or 0x25353E) is known color: Elephant. HEX triplet: 25, 35 and 3E. RGB value is (37,53,62). Sum of RGB (Red+Green+Blue) = 37+53+62=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 62 - color contains mainly: blue. Hex color #25353E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25353E is #DACAC1. Grayscale: #313131. Windows color (decimal): -14338754 or 4076837. OLE color: 4076837.

HSL color Cylindrical-coordinate representation of color #25353E: hue angle of 201.6º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #25353E is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 53 62 -
CMYK 0.40 0.15 0 0.76
HSL 201.6º 0.25% 0.19% -
HSV(B) 201.6º 0.4% 0.24% -
XYZ 2.91 3.29 5.04 -
YUV 49.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 37 53 62 0.40 0.15 0 0.76 201.6 0.25 0.19
Hex 25 35 3E 28 F 0 4C CA 19 13
Octal 45 65 76 50 17 0 114 312 31 23
Binary 100101 110101 111110 101000 1111 0 1001100 11001010 11001 10011

Color Harmonies of #25353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25353E

Black with #25353E

Text Example


Text Example

White with #25353E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25353E; }

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

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

background-color css

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

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

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

border-color css

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

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

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