#232884

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

Shades of Midnight Blue #232884

Tints of Midnight Blue #232884

Color information

#232884 (or 0x232884) is unknown color: approx Midnight Blue. HEX triplet: 23, 28 and 84. RGB value is (35,40,132). Sum of RGB (Red+Green+Blue) = 35+40+132=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 132 (51.95% from 255 or 63.77% from 207); Max value from RGB is 132 - color contains mainly: blue. Hex color #232884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232884 is #DCD77B. Grayscale: #303030. Windows color (decimal): -14473084 or 8661027. OLE color: 8661027.

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

Color convert

RGB3540132-
CMYK0.730.7000.48
HSL236.91º58.08%32.75%-
HSV(B)236.91º73.48%51.76%-
XYZ5.623.5422.22-
YUV48.99174.84118.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.91%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 132 (51.95% from 255) = 63.77%
R=16.91%
G=19.32%
B=63.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35401320.730.7000.48236.9158.0832.75
Hex2328844946030ed3a21
Octal43502041111060603557241
Binary1000111010001000010010010011000110011000011101101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232884; }

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

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

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

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

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

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

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

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