Html Css Color HEX #232A40 Midnight Express

📋 copy color: '#232A40'

red 35 ◦ green 42 ◦ blue 64

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

Shades of Midnight Express #232A40

Tints of Midnight Express #232A40

RGB

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

 GREEN value IS 42 (16.8% from 255) = 29.79%

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

R = 24.82%
G = 29.79%
B = 45.39%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#232A40 (or 0x232A40) is known color: Midnight Express. HEX triplet: 23, 2A and 40. RGB value is (35,42,64). Sum of RGB (Red+Green+Blue) = 35+42+64=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 64 - color contains mainly: blue. Hex color #232A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A40 is #DCD5BF. Grayscale: #2A2A2A. Windows color (decimal): -14472640 or 4205091. OLE color: 4205091.

HSL color Cylindrical-coordinate representation of color #232A40: hue angle of 225.52º 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 #232A40 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 35 42 64 -
CMYK 0.45 0.34 0 0.75
HSL 225.52º 0.29% 0.19% -
HSV(B) 225.52º 0.45% 0.25% -
XYZ 2.45 2.38 5.18 -
YUV 42.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 35 42 64 0.45 0.34 0 0.75 225.52 0.29 0.19
Hex 23 2A 40 2D 22 0 4B E2 1D 13
Octal 43 52 100 55 42 0 113 342 35 23
Binary 100011 101010 1000000 101101 100010 0 1001011 11100010 11101 10011

Color Harmonies of #232A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232A40

Black with #232A40

Text Example


Text Example

White with #232A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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