Html Css Color HEX #23283F Midnight Express

📋 copy color: '#23283F'

red 35 ◦ green 40 ◦ blue 63

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

Shades of Midnight Express #23283F

Tints of Midnight Express #23283F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.99%

 BLUE value IS 63 (25% from 255) = 45.65%

R = 25.36%
G = 28.99%
B = 45.65%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#23283F (or 0x23283F) is known color: Midnight Express. HEX triplet: 23, 28 and 3F. RGB value is (35,40,63). Sum of RGB (Red+Green+Blue) = 35+40+63=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 63 - color contains mainly: blue. Hex color #23283F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23283F is #DCD7C0. Grayscale: #292929. Windows color (decimal): -14473153 or 4139043. OLE color: 4139043.

HSL color Cylindrical-coordinate representation of color #23283F: hue angle of 229.29º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #23283F is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 35 40 63 -
CMYK 0.44 0.37 0 0.75
HSL 229.29º 0.29% 0.19% -
HSV(B) 229.29º 0.44% 0.25% -
XYZ 2.35 2.23 5.01 -
YUV 41.13 140.34 123.63 -
System Red Green Blue C M Y K H S L
Decimal 35 40 63 0.44 0.37 0 0.75 229.29 0.29 0.19
Hex 23 28 3F 2C 25 0 4B E5 1D 13
Octal 43 50 77 54 45 0 113 345 35 23
Binary 100011 101000 111111 101100 100101 0 1001011 11100101 11101 10011

Color Harmonies of #23283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23283F

Black with #23283F

Text Example


Text Example

White with #23283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23283F; }

 p { color: rgb(35,40,63); }

 H1.HeaderClassName
 {
   color: #23283F;
 }
 .AnyTagClassName
 {
   color: #23283F;
 }
</style>

background-color css

<style>
 a { background-color: #23283F; }

 a { background-color: rgb(35,40,63); }

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

border-color css

<style>
 span { border-color: #23283F; }

 span { border-color: rgb(35,40,63); }

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