#232082

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

Shades of Midnight Blue #232082

Tints of Midnight Blue #232082

Color information

#232082 (or 0x232082) is unknown color: approx Midnight Blue. HEX triplet: 23, 20 and 82. RGB value is (35,32,130). Sum of RGB (Red+Green+Blue) = 35+32+130=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 130 (51.17% from 255 or 65.99% from 197); Max value from RGB is 130 - color contains mainly: blue. Hex color #232082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232082 is #DCDF7D. Grayscale: #2B2B2B. Windows color (decimal): -14475134 or 8527907. OLE color: 8527907.

HSL color Cylindrical-coordinate representation of color #232082: hue angle of 241.84º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #232082 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3532130-
CMYK0.730.7500.49
HSL241.84º60.49%31.76%-
HSV(B)241.84º75.38%50.98%-
XYZ5.24321.42-
YUV44.07176.49121.53-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.77%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 130 (51.17% from 255) = 65.99%
R=17.77%
G=16.24%
B=65.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal35321300.730.7500.49241.8460.4931.76
Hex232082494B031f23c20
Octal43402021111130613627440
Binary1000111000001000001010010011001011011000111110010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232082; }

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

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

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

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

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

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

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

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