Html Css Color HEX #232E41 Midnight

📋 copy color: '#232E41'

red 35 ◦ green 46 ◦ blue 65

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

Shades of Midnight #232E41

Tints of Midnight #232E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 44.52%

R = 23.97%
G = 31.51%
B = 44.52%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#232E41 (or 0x232E41) is known color: Midnight. HEX triplet: 23, 2E and 41. RGB value is (35,46,65). Sum of RGB (Red+Green+Blue) = 35+46+65=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #232E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E41 is #DCD1BE. Grayscale: #2C2C2C. Windows color (decimal): -14471615 or 4271651. OLE color: 4271651.

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

Color convert

RGB 35 46 65 -
CMYK 0.46 0.29 0 0.75
HSL 218º 0.3% 0.2% -
HSV(B) 218º 0.46% 0.25% -
XYZ 2.62 2.69 5.38 -
YUV 44.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 35 46 65 0.46 0.29 0 0.75 218 0.3 0.2
Hex 23 2E 41 2E 1D 0 4B DA 1E 14
Octal 43 56 101 56 35 0 113 332 36 24
Binary 100011 101110 1000001 101110 11101 0 1001011 11011010 11110 10100

Color Harmonies of #232E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232E41

Black with #232E41

Text Example


Text Example

White with #232E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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