#2A2175

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

Shades of Midnight Blue #2A2175

Tints of Midnight Blue #2A2175

Color information

#2A2175 (or 0x2A2175) is unknown color: approx Midnight Blue. HEX triplet: 2A, 21 and 75. RGB value is (42,33,117). Sum of RGB (Red+Green+Blue) = 42+33+117=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #2A2175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2175 is #D5DE8A. Grayscale: #2C2C2C. Windows color (decimal): -14016139 or 7676202. OLE color: 7676202.

HSL color Cylindrical-coordinate representation of color #2A2175: hue angle of 246.43º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A2175 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4233117-
CMYK0.640.7200.54
HSL246.43º56%29.41%-
HSV(B)246.43º71.79%45.88%-
XYZ4.712.8617.13-
YUV45.27168.48125.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.88%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 117 (46.09% from 255) = 60.94%
R=21.88%
G=17.19%
B=60.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42331170.640.7200.54246.435629.41
Hex2A21754048036f6381d
Octal52411651001100663667035
Binary10101010000111101011000000100100001101101111011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,33,117); }

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

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

 a { background-color: rgb(42,33,117); }

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

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

 span { border-color: rgb(42,33,117); }

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