#232084

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

Shades of Midnight Blue #232084

Tints of Midnight Blue #232084

Color information

#232084 (or 0x232084) is unknown color: approx Midnight Blue. HEX triplet: 23, 20 and 84. RGB value is (35,32,132). Sum of RGB (Red+Green+Blue) = 35+32+132=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 132 (51.95% from 255 or 66.33% from 199); Max value from RGB is 132 - color contains mainly: blue. Hex color #232084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232084 is #DCDF7B. Grayscale: #2B2B2B. Windows color (decimal): -14475132 or 8658979. OLE color: 8658979.

HSL color Cylindrical-coordinate representation of color #232084: hue angle of 241.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #232084 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3532132-
CMYK0.730.7600.48
HSL241.8º60.98%32.16%-
HSV(B)241.8º75.76%51.76%-
XYZ5.373.0622.14-
YUV44.3177.49121.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.59%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 132 (51.95% from 255) = 66.33%
R=17.59%
G=16.08%
B=66.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35321320.730.7600.48241.860.9832.16
Hex232084494C030f23d20
Octal43402041111140603627540
Binary1000111000001000010010010011001100011000011110010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232084; }

 p { color: rgb(35,32,132); }

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

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

 a { background-color: rgb(35,32,132); }

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

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

 span { border-color: rgb(35,32,132); }

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