Html Css Color HEX #232740 Midnight Express

📋 copy color: '#232740'

red 35 ◦ green 39 ◦ blue 64

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

Shades of Midnight Express #232740

Tints of Midnight Express #232740

RGB

 RED value IS 35 (14.06% from 255) = 25.36%

 GREEN value IS 39 (15.63% from 255) = 28.26%

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

R = 25.36%
G = 28.26%
B = 46.38%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#232740 (or 0x232740) is known color: Midnight Express. HEX triplet: 23, 27 and 40. RGB value is (35,39,64). Sum of RGB (Red+Green+Blue) = 35+39+64=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #232740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232740 is #DCD8BF. Grayscale: #282828. Windows color (decimal): -14473408 or 4204323. OLE color: 4204323.

HSL color Cylindrical-coordinate representation of color #232740: hue angle of 231.72º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #232740 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 35 39 64 -
CMYK 0.45 0.39 0 0.75
HSL 231.72º 0.29% 0.19% -
HSV(B) 231.72º 0.45% 0.25% -
XYZ 2.34 2.18 5.15 -
YUV 40.65 141.17 123.97 -
System Red Green Blue C M Y K H S L
Decimal 35 39 64 0.45 0.39 0 0.75 231.72 0.29 0.19
Hex 23 27 40 2D 27 0 4B E8 1D 13
Octal 43 47 100 55 47 0 113 350 35 23
Binary 100011 100111 1000000 101101 100111 0 1001011 11101000 11101 10011

Color Harmonies of #232740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232740

Black with #232740

Text Example


Text Example

White with #232740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232740; }

 p { color: rgb(35,39,64); }

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

background-color css

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

 a { background-color: rgb(35,39,64); }

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

border-color css

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

 span { border-color: rgb(35,39,64); }

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