#232E40

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

Shades of Midnight #232E40

Tints of Midnight #232E40

Color information

#232E40 (or 0x232E40) is unknown color: approx Midnight. HEX triplet: 23, 2E and 40. RGB value is (35,46,64). Sum of RGB (Red+Green+Blue) = 35+46+64=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #232E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E40 is #DCD1BF. Grayscale: #2C2C2C. Windows color (decimal): -14471616 or 4206115. OLE color: 4206115.

HSL color Cylindrical-coordinate representation of color #232E40: hue angle of 217.24º 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 #232E40 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB354664-
CMYK0.450.2800.75
HSL217.24º29.29%19.41%-
HSV(B)217.24º45.31%25.1%-
XYZ2.62.685.23-
YUV44.76138.86121.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.14%
GREEN value IS 46 (18.36% from 255) = 31.72%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=24.14%
G=31.72%
B=44.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3546640.450.2800.75217.2429.2919.41
Hex232E402D1C04Bd91d13
Octal4356100553401133313523
Binary10001110111010000001011011110001001011110110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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