Html Css Color HEX #232E38 Midnight

📋 copy color: '#232E38'

red 35 ◦ green 46 ◦ blue 56

#232E38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight #232E38

Tints of Midnight #232E38

RGB

 RED value IS 35 (14.06% from 255) = 25.55%

 GREEN value IS 46 (18.36% from 255) = 33.58%

 BLUE value IS 56 (22.27% from 255) = 40.88%

R = 25.55%
G = 33.58%
B = 40.88%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#232E38 (or 0x232E38) is known color: Midnight. HEX triplet: 23, 2E and 38. RGB value is (35,46,56). Sum of RGB (Red+Green+Blue) = 35+46+56=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 56 - color contains mainly: blue. Hex color #232E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E38 is #DCD1C7. Grayscale: #2B2B2B. Windows color (decimal): -14471624 or 3681827. OLE color: 3681827.

HSL color Cylindrical-coordinate representation of color #232E38: hue angle of 208.57º 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 #232E38 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 46 56 -
CMYK 0.37 0.18 0 0.78
HSL 208.57º 0.23% 0.18% -
HSV(B) 208.57º 0.38% 0.22% -
XYZ 2.38 2.6 4.12 -
YUV 43.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 35 46 56 0.37 0.18 0 0.78 208.57 0.23 0.18
Hex 23 2E 38 25 12 0 4E D1 17 12
Octal 43 56 70 45 22 0 116 321 27 22
Binary 100011 101110 111000 100101 10010 0 1001110 11010001 10111 10010

Color Harmonies of #232E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232E38

Black with #232E38

Text Example


Text Example

White with #232E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #232E38;
 }
 .AnyTagClassName
 {
   color: #232E38;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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