#253640

Color #253640 Elephant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elephant #253640

Tints of Elephant #253640

Color information

#253640 (or 0x253640) is unknown color: approx Elephant. HEX triplet: 25, 36 and 40. RGB value is (37,54,64). Sum of RGB (Red+Green+Blue) = 37+54+64=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: blue. Hex color #253640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253640 is #DAC9BF. Grayscale: #323232. Windows color (decimal): -14338496 or 4208165. OLE color: 4208165.

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

Color convert

RGB375464-
CMYK0.420.1600.75
HSL202.22º26.73%19.8%-
HSV(B)202.22º42.19%25.1%-
XYZ3.013.45.35-
YUV50.06135.87118.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 54 (21.48% from 255) = 34.84%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=23.87%
G=34.84%
B=41.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3754640.420.1600.75202.2226.7319.8
Hex2536402A1004Bca1b14
Octal4566100522001133123324
Binary10010111011010000001010101000001001011110010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253640; }

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

 H1.HeaderClassName
 {
   color: #253640;
 }
 .AnyTagClassName
 {
   color: #253640;
 }
</style>
background-color css

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

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

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

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

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

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