#2B2684

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

Shades of Midnight Blue #2B2684

Tints of Midnight Blue #2B2684

Color information

#2B2684 (or 0x2B2684) is unknown color: approx Midnight Blue. HEX triplet: 2B, 26 and 84. RGB value is (43,38,132). Sum of RGB (Red+Green+Blue) = 43+38+132=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #2B2684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2684 is #D4D97B. Grayscale: #313131. Windows color (decimal): -13949308 or 8660523. OLE color: 8660523.

HSL color Cylindrical-coordinate representation of color #2B2684: hue angle of 243.19º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B2684 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4338132-
CMYK0.670.7100.48
HSL243.19º55.29%33.33%-
HSV(B)243.19º71.21%51.76%-
XYZ5.853.5722.21-
YUV50.21174.16122.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.19%
GREEN value IS 38 (15.23% from 255) = 17.84%
BLUE value IS 132 (51.95% from 255) = 61.97%
R=20.19%
G=17.84%
B=61.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal43381320.670.7100.48243.1955.2933.33
Hex2B26844347030f33721
Octal53462041031070603636741
Binary1010111001101000010010000111000111011000011110011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,38,132); }

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

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

 a { background-color: rgb(43,38,132); }

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

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

 span { border-color: rgb(43,38,132); }

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