#232668

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

Shades of Midnight Blue #232668

Tints of Midnight Blue #232668

Color information

#232668 (or 0x232668) is unknown color: approx Midnight Blue. HEX triplet: 23, 26 and 68. RGB value is (35,38,104). Sum of RGB (Red+Green+Blue) = 35+38+104=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #232668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232668 is #DCD997. Grayscale: #2C2C2C. Windows color (decimal): -14473624 or 6825507. OLE color: 6825507.

HSL color Cylindrical-coordinate representation of color #232668: hue angle of 237.39º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #232668 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3538104-
CMYK0.660.6300.59
HSL237.39º49.64%27.25%-
HSV(B)237.39º66.35%40.78%-
XYZ3.882.7413.42-
YUV44.63161.51121.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.77%
GREEN value IS 38 (15.23% from 255) = 21.47%
BLUE value IS 104 (41.02% from 255) = 58.76%
R=19.77%
G=21.47%
B=58.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35381040.660.6300.59237.3949.6427.25
Hex232668423F03Bed321b
Octal4346150102770733556233
Binary1000111001101101000100001011111101110111110110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232668; }

 p { color: rgb(35,38,104); }

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

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

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

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

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

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

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