#232946

Color #232946 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #232946

Tints of Midnight Express #232946

Color information

#232946 (or 0x232946) is unknown color: approx Midnight Express. HEX triplet: 23, 29 and 46. RGB value is (35,41,70). Sum of RGB (Red+Green+Blue) = 35+41+70=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #232946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232946 is #DCD6B9. Grayscale: #2A2A2A. Windows color (decimal): -14472890 or 4598051. OLE color: 4598051.

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

Color convert

RGB354170-
CMYK0.50.4100.73
HSL229.71º33.33%20.59%-
HSV(B)229.71º50%27.45%-
XYZ2.592.396.12-
YUV42.51143.51122.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.97%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 70 (27.73% from 255) = 47.95%
R=23.97%
G=28.08%
B=47.95%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3541700.50.4100.73229.7133.3320.59
Hex2329463229049e62115
Octal4351106625101113464125
Binary1000111010011000110110010101001010010011110011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232946; }

 p { color: rgb(35,41,70); }

 H1.HeaderClassName
 {
   color: #232946;
 }
 .AnyTagClassName
 {
   color: #232946;
 }
</style>
background-color css

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

 a { background-color: rgb(35,41,70); }

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

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

 span { border-color: rgb(35,41,70); }

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