#232A45

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

Shades of Midnight Express #232A45

Tints of Midnight Express #232A45

Color information

#232A45 (or 0x232A45) is unknown color: approx Midnight Express. HEX triplet: 23, 2A and 45. RGB value is (35,42,69). Sum of RGB (Red+Green+Blue) = 35+42+69=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 69 - color contains mainly: blue. Hex color #232A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A45 is #DCD5BA. Grayscale: #2A2A2A. Windows color (decimal): -14472635 or 4532771. OLE color: 4532771.

HSL color Cylindrical-coordinate representation of color #232A45: hue angle of 227.65º 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 #232A45 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB354269-
CMYK0.490.3900.73
HSL227.65º32.69%20.39%-
HSV(B)227.65º49.28%27.06%-
XYZ2.62.445.96-
YUV42.98142.68122.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.97%
GREEN value IS 42 (16.80% from 255) = 28.77%
BLUE value IS 69 (27.34% from 255) = 47.26%
R=23.97%
G=28.77%
B=47.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3542690.490.3900.73227.6532.6920.39
Hex232A453127049e42114
Octal4352105614701113444124
Binary1000111010101000101110001100111010010011110010010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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