Html Css Color HEX #23268D Midnight Blue

📋 copy color: '#23268D'

red 35 ◦ green 38 ◦ blue 141

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

Shades of Midnight Blue #23268D

Tints of Midnight Blue #23268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.76%

 BLUE value IS 141 (55.47% from 255) = 65.89%

R = 16.36%
G = 17.76%
B = 65.89%

CMYK

 C value IS 0.75

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23268D (or 0x23268D) is known color: Midnight Blue. HEX triplet: 23, 26 and 8D. RGB value is (35,38,141). Sum of RGB (Red+Green+Blue) = 35+38+141=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 141 (55.47% from 255 or 65.89% from 214); Max value from RGB is 141 - color contains mainly: blue. Hex color #23268D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23268D is #DCD972. Grayscale: #303030. Windows color (decimal): -14473587 or 9250339. OLE color: 9250339.

HSL color Cylindrical-coordinate representation of color #23268D: hue angle of 238.3º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23268D is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 38 141 -
CMYK 0.75 0.73 0 0.45
HSL 238.3º 0.6% 0.35% -
HSV(B) 238.3º 0.75% 0.55% -
XYZ 6.19 3.67 25.58 -
YUV 48.85 180.01 118.12 -
System Red Green Blue C M Y K H S L
Decimal 35 38 141 0.75 0.73 0 0.45 238.3 0.6 0.35
Hex 23 26 8D 4B 49 0 2D EE 3C 23
Octal 43 46 215 113 111 0 55 356 74 43
Binary 100011 100110 10001101 1001011 1001001 0 101101 11101110 111100 100011

Color Harmonies of #23268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23268D

Black with #23268D

Text Example


Text Example

White with #23268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23268D; }

 p { color: rgb(35,38,141); }

 H1.HeaderClassName
 {
   color: #23268D;
 }
 .AnyTagClassName
 {
   color: #23268D;
 }
</style>

background-color css

<style>
 a { background-color: #23268D; }

 a { background-color: rgb(35,38,141); }

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

border-color css

<style>
 span { border-color: #23268D; }

 span { border-color: rgb(35,38,141); }

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