#232775

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

Shades of Midnight Blue #232775

Tints of Midnight Blue #232775

Color information

#232775 (or 0x232775) is unknown color: approx Midnight Blue. HEX triplet: 23, 27 and 75. RGB value is (35,39,117). Sum of RGB (Red+Green+Blue) = 35+39+117=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #232775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232775 is #DCD88A. Grayscale: #2E2E2E. Windows color (decimal): -14473355 or 7677731. OLE color: 7677731.

HSL color Cylindrical-coordinate representation of color #232775: hue angle of 237.07º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #232775 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3539117-
CMYK0.700.6700.54
HSL237.07º53.95%29.8%-
HSV(B)237.07º70.09%45.88%-
XYZ4.633.0917.18-
YUV46.7167.67119.66-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.32%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 117 (46.09% from 255) = 61.26%
R=18.32%
G=20.42%
B=61.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35391170.700.6700.54237.0753.9529.8
Hex2327754643036ed361e
Octal43471651061030663556636
Binary10001110011111101011000110100001101101101110110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232775; }

 p { color: rgb(35,39,117); }

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

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

 a { background-color: rgb(35,39,117); }

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

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

 span { border-color: rgb(35,39,117); }

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