Html Css Color HEX #263841 Elephant

📋 copy color: '#263841'

red 38 ◦ green 56 ◦ blue 65

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

Shades of Elephant #263841

Tints of Elephant #263841

RGB

 RED value IS 38 (15.23% from 255) = 23.9%

 GREEN value IS 56 (22.27% from 255) = 35.22%

 BLUE value IS 65 (25.78% from 255) = 40.88%

R = 23.9%
G = 35.22%
B = 40.88%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#263841 (or 0x263841) is known color: Elephant. HEX triplet: 26, 38 and 41. RGB value is (38,56,65). Sum of RGB (Red+Green+Blue) = 38+56+65=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: blue. Hex color #263841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263841 is #D9C7BE. Grayscale: #333333. Windows color (decimal): -14272447 or 4274214. OLE color: 4274214.

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

Color convert

RGB 38 56 65 -
CMYK 0.42 0.14 0 0.75
HSL 200º 0.26% 0.2% -
HSV(B) 200º 0.42% 0.25% -
XYZ 3.17 3.62 5.53 -
YUV 51.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 38 56 65 0.42 0.14 0 0.75 200 0.26 0.2
Hex 26 38 41 2A E 0 4B C8 1A 14
Octal 46 70 101 52 16 0 113 310 32 24
Binary 100110 111000 1000001 101010 1110 0 1001011 11001000 11010 10100

Color Harmonies of #263841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263841

Black with #263841

Text Example


Text Example

White with #263841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263841; }

 p { color: rgb(38,56,65); }

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

background-color css

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

 a { background-color: rgb(38,56,65); }

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

border-color css

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

 span { border-color: rgb(38,56,65); }

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