#253741

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

Shades of Elephant #253741

Tints of Elephant #253741

Color information

#253741 (or 0x253741) is unknown color: approx Elephant. HEX triplet: 25, 37 and 41. RGB value is (37,55,65). Sum of RGB (Red+Green+Blue) = 37+55+65=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 65 - color contains mainly: blue. Hex color #253741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253741 is #DAC8BE. Grayscale: #323232. Windows color (decimal): -14338239 or 4273957. OLE color: 4273957.

HSL color Cylindrical-coordinate representation of color #253741: hue angle of 201.43º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #253741 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB375565-
CMYK0.430.1500.75
HSL201.43º27.45%20%-
HSV(B)201.43º43.08%25.49%-
XYZ3.083.515.52-
YUV50.76136.04118.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 55 (21.88% from 255) = 35.03%
BLUE value IS 65 (25.78% from 255) = 41.40%
R=23.57%
G=35.03%
B=41.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3755650.430.1500.75201.4327.4520
Hex2537412BF04Bc91b14
Octal4567101531701133113324
Binary1001011101111000001101011111101001011110010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253741; }

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

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

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

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

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

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

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

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