#232D38

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

Shades of Midnight #232D38

Tints of Midnight #232D38

Color information

#232D38 (or 0x232D38) is unknown color: approx Midnight. HEX triplet: 23, 2D and 38. RGB value is (35,45,56). Sum of RGB (Red+Green+Blue) = 35+45+56=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 56 - color contains mainly: blue. Hex color #232D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232D38 is #DCD2C7. Grayscale: #2B2B2B. Windows color (decimal): -14471880 or 3681571. OLE color: 3681571.

HSL color Cylindrical-coordinate representation of color #232D38: hue angle of 211.43º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #232D38 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB354556-
CMYK0.370.2000.78
HSL211.43º23.08%17.84%-
HSV(B)211.43º37.5%21.96%-
XYZ2.352.524.1-
YUV43.26135.19122.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.74%
GREEN value IS 45 (17.97% from 255) = 33.09%
BLUE value IS 56 (22.27% from 255) = 41.18%
R=25.74%
G=33.09%
B=41.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3545560.370.2000.78211.4323.0817.84
Hex232D38251404Ed31712
Octal435570452401163232722
Binary1000111011011110001001011010001001110110100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,45,56); }

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

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

 a { background-color: rgb(35,45,56); }

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

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

 span { border-color: rgb(35,45,56); }

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