Html Css Color HEX #2A2379 Midnight Blue

📋 copy color: '#2A2379'

red 42 ◦ green 35 ◦ blue 121

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

Shades of Midnight Blue #2A2379

Tints of Midnight Blue #2A2379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.68%

 BLUE value IS 121 (47.66% from 255) = 61.11%

R = 21.21%
G = 17.68%
B = 61.11%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2A2379 (or 0x2A2379) is known color: Midnight Blue. HEX triplet: 2A, 23 and 79. RGB value is (42,35,121). Sum of RGB (Red+Green+Blue) = 42+35+121=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 121 (47.66% from 255 or 61.11% from 198); Max value from RGB is 121 - color contains mainly: blue. Hex color #2A2379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2379 is #D5DC86. Grayscale: #2E2E2E. Windows color (decimal): -14015623 or 7938858. OLE color: 7938858.

HSL color Cylindrical-coordinate representation of color #2A2379: hue angle of 244.88º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A2379 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 42 35 121 -
CMYK 0.65 0.71 0 0.53
HSL 244.88º 0.55% 0.31% -
HSV(B) 244.88º 0.71% 0.47% -
XYZ 5.01 3.07 18.42 -
YUV 46.9 169.82 124.51 -
System Red Green Blue C M Y K H S L
Decimal 42 35 121 0.65 0.71 0 0.53 244.88 0.55 0.31
Hex 2A 23 79 41 47 0 35 F5 37 1F
Octal 52 43 171 101 107 0 65 365 67 37
Binary 101010 100011 1111001 1000001 1000111 0 110101 11110101 110111 11111

Color Harmonies of #2A2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2379

Black with #2A2379

Text Example


Text Example

White with #2A2379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,35,121); }

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

background-color css

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

 a { background-color: rgb(42,35,121); }

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

border-color css

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

 span { border-color: rgb(42,35,121); }

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