Html Css Color HEX #2A2588 Midnight Blue

📋 copy color: '#2A2588'

red 42 ◦ green 37 ◦ blue 136

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

Shades of Midnight Blue #2A2588

Tints of Midnight Blue #2A2588

RGB

 RED value IS 42 (16.8% from 255) = 19.53%

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

 BLUE value IS 136 (53.52% from 255) = 63.26%

R = 19.53%
G = 17.21%
B = 63.26%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2A2588 (or 0x2A2588) is known color: Midnight Blue. HEX triplet: 2A, 25 and 88. RGB value is (42,37,136). Sum of RGB (Red+Green+Blue) = 42+37+136=215 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.53% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 136 (53.52% from 255 or 63.26% from 215); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A2588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2588 is #D5DA77. Grayscale: #313131. Windows color (decimal): -14015096 or 8922410. OLE color: 8922410.

HSL color Cylindrical-coordinate representation of color #2A2588: hue angle of 243.03º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A2588 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 42 37 136 -
CMYK 0.69 0.73 0 0.47
HSL 243.03º 0.57% 0.34% -
HSV(B) 243.03º 0.73% 0.53% -
XYZ 6.06 3.59 23.67 -
YUV 49.78 176.66 122.45 -
System Red Green Blue C M Y K H S L
Decimal 42 37 136 0.69 0.73 0 0.47 243.03 0.57 0.34
Hex 2A 25 88 45 49 0 2F F3 39 22
Octal 52 45 210 105 111 0 57 363 71 42
Binary 101010 100101 10001000 1000101 1001001 0 101111 11110011 111001 100010

Color Harmonies of #2A2588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2588

Black with #2A2588

Text Example


Text Example

White with #2A2588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A2588; }

 p { color: rgb(42,37,136); }

 H1.HeaderClassName
 {
   color: #2A2588;
 }
 .AnyTagClassName
 {
   color: #2A2588;
 }
</style>

background-color css

<style>
 a { background-color: #2A2588; }

 a { background-color: rgb(42,37,136); }

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

border-color css

<style>
 span { border-color: #2A2588; }

 span { border-color: rgb(42,37,136); }

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