#232A3A

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

Shades of Midnight Express #232A3A

Tints of Midnight Express #232A3A

Color information

#232A3A (or 0x232A3A) is unknown color: approx Midnight Express. HEX triplet: 23, 2A and 3A. RGB value is (35,42,58). Sum of RGB (Red+Green+Blue) = 35+42+58=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 58 - color contains mainly: blue. Hex color #232A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A3A is #DCD5C5. Grayscale: #292929. Windows color (decimal): -14472646 or 3811875. OLE color: 3811875.

HSL color Cylindrical-coordinate representation of color #232A3A: hue angle of 221.74º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #232A3A is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB354258-
CMYK0.400.2800.77
HSL221.74º24.73%18.24%-
HSV(B)221.74º39.66%22.75%-
XYZ2.282.324.33-
YUV41.73137.18123.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.93%
GREEN value IS 42 (16.80% from 255) = 31.11%
BLUE value IS 58 (23.05% from 255) = 42.96%
R=25.93%
G=31.11%
B=42.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3542580.400.2800.77221.7424.7318.24
Hex232A3A281C04Dde1912
Octal435272503401153363122
Binary1000111010101110101010001110001001101110111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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