#263740

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

Shades of Elephant #263740

Tints of Elephant #263740

Color information

#263740 (or 0x263740) is unknown color: approx Elephant. HEX triplet: 26, 37 and 40. RGB value is (38,55,64). Sum of RGB (Red+Green+Blue) = 38+55+64=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #263740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263740 is #D9C8BF. Grayscale: #323232. Windows color (decimal): -14272704 or 4208422. OLE color: 4208422.

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

Color convert

RGB385564-
CMYK0.410.1400.75
HSL200.77º25.49%20%-
HSV(B)200.77º40.62%25.1%-
XYZ3.093.515.37-
YUV50.94135.37118.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.20%
GREEN value IS 55 (21.88% from 255) = 35.03%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=24.20%
G=35.03%
B=40.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3855640.410.1400.75200.7725.4920
Hex26374029E04Bc91914
Octal4667100511601133113124
Binary1001101101111000000101001111001001011110010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263740; }

 p { color: rgb(38,55,64); }

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

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

 a { background-color: rgb(38,55,64); }

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

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

 span { border-color: rgb(38,55,64); }

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