Html Css Color HEX #263040 Midnight

📋 copy color: '#263040'

red 38 ◦ green 48 ◦ blue 64

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

Shades of Midnight #263040

Tints of Midnight #263040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32%

 BLUE value IS 64 (25.39% from 255) = 42.67%

R = 25.33%
G = 32%
B = 42.67%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#263040 (or 0x263040) is known color: Midnight. HEX triplet: 26, 30 and 40. RGB value is (38,48,64). Sum of RGB (Red+Green+Blue) = 38+48+64=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #263040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263040 is #D9CFBF. Grayscale: #2E2E2E. Windows color (decimal): -14274496 or 4206630. OLE color: 4206630.

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

Color convert

RGB 38 48 64 -
CMYK 0.41 0.25 0 0.75
HSL 216.92º 0.25% 0.2% -
HSV(B) 216.92º 0.41% 0.25% -
XYZ 2.78 2.9 5.26 -
YUV 46.83 137.69 121.7 -
System Red Green Blue C M Y K H S L
Decimal 38 48 64 0.41 0.25 0 0.75 216.92 0.25 0.2
Hex 26 30 40 29 19 0 4B D9 19 14
Octal 46 60 100 51 31 0 113 331 31 24
Binary 100110 110000 1000000 101001 11001 0 1001011 11011001 11001 10100

Color Harmonies of #263040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263040

Black with #263040

Text Example


Text Example

White with #263040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263040; }

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

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

background-color css

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

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

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

border-color css

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

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

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