Html Css Color HEX #23253C Midnight Express

📋 copy color: '#23253C'

red 35 ◦ green 37 ◦ blue 60

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

Shades of Midnight Express #23253C

Tints of Midnight Express #23253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.03%

 BLUE value IS 60 (23.83% from 255) = 45.45%

R = 26.52%
G = 28.03%
B = 45.45%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#23253C (or 0x23253C) is known color: Midnight Express. HEX triplet: 23, 25 and 3C. RGB value is (35,37,60). Sum of RGB (Red+Green+Blue) = 35+37+60=132 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.52% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 60 - color contains mainly: blue. Hex color #23253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23253C is #DCDAC3. Grayscale: #262626. Windows color (decimal): -14473924 or 3941667. OLE color: 3941667.

HSL color Cylindrical-coordinate representation of color #23253C: hue angle of 235.2º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #23253C is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 35 37 60 -
CMYK 0.42 0.38 0 0.76
HSL 235.2º 0.26% 0.19% -
HSV(B) 235.2º 0.42% 0.24% -
XYZ 2.17 2.01 4.55 -
YUV 39.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 35 37 60 0.42 0.38 0 0.76 235.2 0.26 0.19
Hex 23 25 3C 2A 26 0 4C EB 1A 13
Octal 43 45 74 52 46 0 114 353 32 23
Binary 100011 100101 111100 101010 100110 0 1001100 11101011 11010 10011

Color Harmonies of #23253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23253C

Black with #23253C

Text Example


Text Example

White with #23253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23253C; }

 p { color: rgb(35,37,60); }

 H1.HeaderClassName
 {
   color: #23253C;
 }
 .AnyTagClassName
 {
   color: #23253C;
 }
</style>

background-color css

<style>
 a { background-color: #23253C; }

 a { background-color: rgb(35,37,60); }

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

border-color css

<style>
 span { border-color: #23253C; }

 span { border-color: rgb(35,37,60); }

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