#232363

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

Shades of Midnight Blue #232363

Tints of Midnight Blue #232363

Color information

#232363 (or 0x232363) is unknown color: approx Midnight Blue. HEX triplet: 23, 23 and 63. RGB value is (35,35,99). Sum of RGB (Red+Green+Blue) = 35+35+99=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #232363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232363 is #DCDC9C. Grayscale: #2A2A2A. Windows color (decimal): -14474397 or 6497059. OLE color: 6497059.

HSL color Cylindrical-coordinate representation of color #232363: hue angle of 240º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #232363 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB353599-
CMYK0.650.6500.61
HSL240º47.76%26.27%-
HSV(B)240º64.65%38.82%-
XYZ3.552.4612.09-
YUV42.3160122.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.71%
GREEN value IS 35 (14.06% from 255) = 20.71%
BLUE value IS 99 (39.06% from 255) = 58.58%
R=20.71%
G=20.71%
B=58.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3535990.650.6500.6124047.7626.27
Hex232363414103Df0301a
Octal43431431011010753606032
Binary10001110001111000111000001100000101111011111000011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232363; }

 p { color: rgb(35,35,99); }

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

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

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

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

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

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

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