#2A2675

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

Shades of Midnight Blue #2A2675

Tints of Midnight Blue #2A2675

Color information

#2A2675 (or 0x2A2675) is unknown color: approx Midnight Blue. HEX triplet: 2A, 26 and 75. RGB value is (42,38,117). Sum of RGB (Red+Green+Blue) = 42+38+117=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #2A2675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2675 is #D5D98A. Grayscale: #2F2F2F. Windows color (decimal): -14014859 or 7677482. OLE color: 7677482.

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

Color convert

RGB4238117-
CMYK0.640.6800.54
HSL243.04º50.97%30.39%-
HSV(B)243.04º67.52%45.88%-
XYZ4.863.1617.18-
YUV48.2166.83123.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.32%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 117 (46.09% from 255) = 59.39%
R=21.32%
G=19.29%
B=59.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42381170.640.6800.54243.0450.9730.39
Hex2A26754044036f3331e
Octal52461651001040663636336
Binary10101010011011101011000000100010001101101111001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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