Html Css Color HEX #232C41 Midnight Express

📋 copy color: '#232C41'

red 35 ◦ green 44 ◦ blue 65

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

Shades of Midnight Express #232C41

Tints of Midnight Express #232C41

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.56%

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

R = 24.31%
G = 30.56%
B = 45.14%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#232C41 (or 0x232C41) is known color: Midnight Express. HEX triplet: 23, 2C and 41. RGB value is (35,44,65). Sum of RGB (Red+Green+Blue) = 35+44+65=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #232C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C41 is #DCD3BE. Grayscale: #2B2B2B. Windows color (decimal): -14472127 or 4271139. OLE color: 4271139.

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

Color convert

RGB 35 44 65 -
CMYK 0.46 0.32 0 0.75
HSL 222º 0.3% 0.2% -
HSV(B) 222º 0.46% 0.25% -
XYZ 2.55 2.54 5.36 -
YUV 43.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 35 44 65 0.46 0.32 0 0.75 222 0.3 0.2
Hex 23 2C 41 2E 20 0 4B DE 1E 14
Octal 43 54 101 56 40 0 113 336 36 24
Binary 100011 101100 1000001 101110 100000 0 1001011 11011110 11110 10100

Color Harmonies of #232C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232C41

Black with #232C41

Text Example


Text Example

White with #232C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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