Html Css Color HEX #232B41 Midnight Express

📋 copy color: '#232B41'

red 35 ◦ green 43 ◦ blue 65

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

Shades of Midnight Express #232B41

Tints of Midnight Express #232B41

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.07%

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

R = 24.48%
G = 30.07%
B = 45.45%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#232B41 (or 0x232B41) is known color: Midnight Express. HEX triplet: 23, 2B and 41. RGB value is (35,43,65). Sum of RGB (Red+Green+Blue) = 35+43+65=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #232B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232B41 is #DCD4BE. Grayscale: #2B2B2B. Windows color (decimal): -14472383 or 4270883. OLE color: 4270883.

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

Color convert

RGB 35 43 65 -
CMYK 0.46 0.34 0 0.75
HSL 224º 0.3% 0.2% -
HSV(B) 224º 0.46% 0.25% -
XYZ 2.51 2.47 5.34 -
YUV 43.12 140.35 122.21 -
System Red Green Blue C M Y K H S L
Decimal 35 43 65 0.46 0.34 0 0.75 224 0.3 0.2
Hex 23 2B 41 2E 22 0 4B E0 1E 14
Octal 43 53 101 56 42 0 113 340 36 24
Binary 100011 101011 1000001 101110 100010 0 1001011 11100000 11110 10100

Color Harmonies of #232B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232B41

Black with #232B41

Text Example


Text Example

White with #232B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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