#232A3D

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

Shades of Midnight Express #232A3D

Tints of Midnight Express #232A3D

Color information

#232A3D (or 0x232A3D) is unknown color: approx Midnight Express. HEX triplet: 23, 2A and 3D. RGB value is (35,42,61). Sum of RGB (Red+Green+Blue) = 35+42+61=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 61 - color contains mainly: blue. Hex color #232A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A3D is #DCD5C2. Grayscale: #292929. Windows color (decimal): -14472643 or 4008483. OLE color: 4008483.

HSL color Cylindrical-coordinate representation of color #232A3D: hue angle of 223.85º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #232A3D is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB354261-
CMYK0.430.3100.76
HSL223.85º27.08%18.82%-
HSV(B)223.85º42.62%23.92%-
XYZ2.362.354.74-
YUV42.07138.68122.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.36%
GREEN value IS 42 (16.80% from 255) = 30.43%
BLUE value IS 61 (24.22% from 255) = 44.20%
R=25.36%
G=30.43%
B=44.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3542610.430.3100.76223.8527.0818.82
Hex232A3D2B1F04Ce01b13
Octal435275533701143403323
Binary1000111010101111011010111111101001100111000001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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