#232670

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

Shades of Midnight Blue #232670

Tints of Midnight Blue #232670

Color information

#232670 (or 0x232670) is unknown color: approx Midnight Blue. HEX triplet: 23, 26 and 70. RGB value is (35,38,112). Sum of RGB (Red+Green+Blue) = 35+38+112=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #232670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232670 is #DCD98F. Grayscale: #2D2D2D. Windows color (decimal): -14473616 or 7349795. OLE color: 7349795.

HSL color Cylindrical-coordinate representation of color #232670: hue angle of 237.66º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #232670 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3538112-
CMYK0.690.6600.56
HSL237.66º52.38%28.82%-
HSV(B)237.66º68.75%43.92%-
XYZ4.312.9115.66-
YUV45.54165.51120.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.92%
GREEN value IS 38 (15.23% from 255) = 20.54%
BLUE value IS 112 (44.14% from 255) = 60.54%
R=18.92%
G=20.54%
B=60.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35381120.690.6600.56237.6652.3828.82
Hex2326704542038ee341d
Octal43461601051020703566435
Binary10001110011011100001000101100001001110001110111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232670; }

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

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

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

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

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

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

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

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