#232565

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

Shades of Midnight Blue #232565

Tints of Midnight Blue #232565

Color information

#232565 (or 0x232565) is unknown color: approx Midnight Blue. HEX triplet: 23, 25 and 65. RGB value is (35,37,101). Sum of RGB (Red+Green+Blue) = 35+37+101=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #232565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232565 is #DCDA9A. Grayscale: #2B2B2B. Windows color (decimal): -14473883 or 6628643. OLE color: 6628643.

HSL color Cylindrical-coordinate representation of color #232565: hue angle of 238.18º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #232565 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3537101-
CMYK0.650.6300.60
HSL238.18º48.53%26.67%-
HSV(B)238.18º65.35%39.61%-
XYZ3.72.6212.62-
YUV43.7160.34121.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.23%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 101 (39.84% from 255) = 58.38%
R=20.23%
G=21.39%
B=58.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal35371010.650.6300.60238.1848.5326.67
Hex232565413F03Cee311b
Octal4345145101770743566133
Binary1000111001011100101100000111111101111001110111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232565; }

 p { color: rgb(35,37,101); }

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

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

 a { background-color: rgb(35,37,101); }

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

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

 span { border-color: rgb(35,37,101); }

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