#232886

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

Shades of Midnight Blue #232886

Tints of Midnight Blue #232886

Color information

#232886 (or 0x232886) is unknown color: approx Midnight Blue. HEX triplet: 23, 28 and 86. RGB value is (35,40,134). Sum of RGB (Red+Green+Blue) = 35+40+134=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 134 (52.73% from 255 or 64.11% from 209); Max value from RGB is 134 - color contains mainly: blue. Hex color #232886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232886 is #DCD779. Grayscale: #303030. Windows color (decimal): -14473082 or 8792099. OLE color: 8792099.

HSL color Cylindrical-coordinate representation of color #232886: hue angle of 236.97º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #232886 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3540134-
CMYK0.740.7000.47
HSL236.97º58.58%33.14%-
HSV(B)236.97º73.88%52.55%-
XYZ5.763.622.95-
YUV49.22175.84117.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.75%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 134 (52.73% from 255) = 64.11%
R=16.75%
G=19.14%
B=64.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35401340.740.7000.47236.9758.5833.14
Hex2328864A4602Fed3b21
Octal43502061121060573557341
Binary1000111010001000011010010101000110010111111101101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232886; }

 p { color: rgb(35,40,134); }

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

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

 a { background-color: rgb(35,40,134); }

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

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

 span { border-color: rgb(35,40,134); }

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