#232B40

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

Shades of Midnight Express #232B40

Tints of Midnight Express #232B40

Color information

#232B40 (or 0x232B40) is unknown color: approx Midnight Express. HEX triplet: 23, 2B and 40. RGB value is (35,43,64). Sum of RGB (Red+Green+Blue) = 35+43+64=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #232B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232B40 is #DCD4BF. Grayscale: #2A2A2A. Windows color (decimal): -14472384 or 4205347. OLE color: 4205347.

HSL color Cylindrical-coordinate representation of color #232B40: hue angle of 223.45º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #232B40 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB354364-
CMYK0.450.3300.75
HSL223.45º29.29%19.41%-
HSV(B)223.45º45.31%25.1%-
XYZ2.482.465.19-
YUV43139.85122.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.65%
GREEN value IS 43 (17.19% from 255) = 30.28%
BLUE value IS 64 (25.39% from 255) = 45.07%
R=24.65%
G=30.28%
B=45.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3543640.450.3300.75223.4529.2919.41
Hex232B402D2104Bdf1d13
Octal4353100554101133373523
Binary100011101011100000010110110000101001011110111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,43,64); }

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

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

 a { background-color: rgb(35,43,64); }

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

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

 span { border-color: rgb(35,43,64); }

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