#232F40

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

Shades of Midnight #232F40

Tints of Midnight #232F40

Color information

#232F40 (or 0x232F40) is unknown color: approx Midnight. HEX triplet: 23, 2F and 40. RGB value is (35,47,64). Sum of RGB (Red+Green+Blue) = 35+47+64=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #232F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F40 is #DCD0BF. Grayscale: #2D2D2D. Windows color (decimal): -14471360 or 4206371. OLE color: 4206371.

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

Color convert

RGB354764-
CMYK0.450.2700.75
HSL215.17º29.29%19.41%-
HSV(B)215.17º45.31%25.1%-
XYZ2.642.765.24-
YUV45.35138.52120.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.97%
GREEN value IS 47 (18.75% from 255) = 32.19%
BLUE value IS 64 (25.39% from 255) = 43.84%
R=23.97%
G=32.19%
B=43.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3547640.450.2700.75215.1729.2919.41
Hex232F402D1B04Bd71d13
Octal4357100553301133273523
Binary10001110111110000001011011101101001011110101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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