Html Css Color HEX #23288B Midnight Blue

📋 copy color: '#23288B'

red 35 ◦ green 40 ◦ blue 139

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

Shades of Midnight Blue #23288B

Tints of Midnight Blue #23288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 64.95%

R = 16.36%
G = 18.69%
B = 64.95%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23288B (or 0x23288B) is known color: Midnight Blue. HEX triplet: 23, 28 and 8B. RGB value is (35,40,139). Sum of RGB (Red+Green+Blue) = 35+40+139=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #23288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23288B is #DCD774. Grayscale: #313131. Windows color (decimal): -14473077 or 9119779. OLE color: 9119779.

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

Color convert

RGB 35 40 139 -
CMYK 0.75 0.71 0 0.45
HSL 237.12º 0.6% 0.34% -
HSV(B) 237.12º 0.75% 0.55% -
XYZ 6.11 3.74 24.83 -
YUV 49.79 178.34 117.45 -
System Red Green Blue C M Y K H S L
Decimal 35 40 139 0.75 0.71 0 0.45 237.12 0.6 0.34
Hex 23 28 8B 4B 47 0 2D ED 3C 22
Octal 43 50 213 113 107 0 55 355 74 42
Binary 100011 101000 10001011 1001011 1000111 0 101101 11101101 111100 100010

Color Harmonies of #23288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23288B

Black with #23288B

Text Example


Text Example

White with #23288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23288B; }

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

 H1.HeaderClassName
 {
   color: #23288B;
 }
 .AnyTagClassName
 {
   color: #23288B;
 }
</style>

background-color css

<style>
 a { background-color: #23288B; }

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

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

border-color css

<style>
 span { border-color: #23288B; }

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

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