#2A2679

Color #2A2679 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #2A2679

Tints of Midnight Blue #2A2679

Color information

#2A2679 (or 0x2A2679) is unknown color: approx Midnight Blue. HEX triplet: 2A, 26 and 79. RGB value is (42,38,121). Sum of RGB (Red+Green+Blue) = 42+38+121=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 121 (47.66% from 255 or 60.20% from 201); Max value from RGB is 121 - color contains mainly: blue. Hex color #2A2679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2679 is #D5D986. Grayscale: #303030. Windows color (decimal): -14014855 or 7939626. OLE color: 7939626.

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

Color convert

RGB4238121-
CMYK0.650.6900.53
HSL242.89º52.2%31.18%-
HSV(B)242.89º68.6%47.45%-
XYZ5.13.2618.45-
YUV48.66168.83123.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.90%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 121 (47.66% from 255) = 60.20%
R=20.90%
G=18.91%
B=60.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42381210.650.6900.53242.8952.231.18
Hex2A26794145035f3341f
Octal52461711011050653636437
Binary10101010011011110011000001100010101101011111001111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A2679;
 }
 .AnyTagClassName
 {
   color: #2A2679;
 }
</style>
background-color css

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

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

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

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

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

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