Html Css Color HEX #232845 Midnight Express

📋 copy color: '#232845'

red 35 ◦ green 40 ◦ blue 69

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

Shades of Midnight Express #232845

Tints of Midnight Express #232845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.78%

 BLUE value IS 69 (27.34% from 255) = 47.92%

R = 24.31%
G = 27.78%
B = 47.92%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#232845 (or 0x232845) is known color: Midnight Express. HEX triplet: 23, 28 and 45. RGB value is (35,40,69). Sum of RGB (Red+Green+Blue) = 35+40+69=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #232845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232845 is #DCD7BA. Grayscale: #292929. Windows color (decimal): -14473147 or 4532259. OLE color: 4532259.

HSL color Cylindrical-coordinate representation of color #232845: hue angle of 231.18º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #232845 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 35 40 69 -
CMYK 0.49 0.42 0 0.73
HSL 231.18º 0.33% 0.2% -
HSV(B) 231.18º 0.49% 0.27% -
XYZ 2.53 2.3 5.94 -
YUV 41.81 143.34 123.14 -
System Red Green Blue C M Y K H S L
Decimal 35 40 69 0.49 0.42 0 0.73 231.18 0.33 0.2
Hex 23 28 45 31 2A 0 49 E7 21 14
Octal 43 50 105 61 52 0 111 347 41 24
Binary 100011 101000 1000101 110001 101010 0 1001001 11100111 100001 10100

Color Harmonies of #232845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232845

Black with #232845

Text Example


Text Example

White with #232845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232845; }

 p { color: rgb(35,40,69); }

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

background-color css

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

 a { background-color: rgb(35,40,69); }

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

border-color css

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

 span { border-color: rgb(35,40,69); }

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