Html Css Color HEX #262B40 Midnight Express

📋 copy color: '#262B40'

red 38 ◦ green 43 ◦ blue 64

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

Shades of Midnight Express #262B40

Tints of Midnight Express #262B40

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.66%

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

R = 26.21%
G = 29.66%
B = 44.14%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#262B40 (or 0x262B40) is known color: Midnight Express. HEX triplet: 26, 2B and 40. RGB value is (38,43,64). Sum of RGB (Red+Green+Blue) = 38+43+64=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #262B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262B40 is #D9D4BF. Grayscale: #2B2B2B. Windows color (decimal): -14275776 or 4205350. OLE color: 4205350.

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

Color convert

RGB 38 43 64 -
CMYK 0.41 0.33 0 0.75
HSL 228.46º 0.25% 0.2% -
HSV(B) 228.46º 0.41% 0.25% -
XYZ 2.59 2.51 5.2 -
YUV 43.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 38 43 64 0.41 0.33 0 0.75 228.46 0.25 0.2
Hex 26 2B 40 29 21 0 4B E4 19 14
Octal 46 53 100 51 41 0 113 344 31 24
Binary 100110 101011 1000000 101001 100001 0 1001011 11100100 11001 10100

Color Harmonies of #262B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262B40

Black with #262B40

Text Example


Text Example

White with #262B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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