#232B70

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

Shades of Midnight Blue #232B70

Tints of Midnight Blue #232B70

Color information

#232B70 (or 0x232B70) is unknown color: approx Midnight Blue. HEX triplet: 23, 2B and 70. RGB value is (35,43,112). Sum of RGB (Red+Green+Blue) = 35+43+112=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #232B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232B70 is #DCD48F. Grayscale: #303030. Windows color (decimal): -14472336 or 7351075. OLE color: 7351075.

HSL color Cylindrical-coordinate representation of color #232B70: hue angle of 233.77º 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 #232B70 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3543112-
CMYK0.690.6200.56
HSL233.77º52.38%28.82%-
HSV(B)233.77º68.75%43.92%-
XYZ4.483.2515.72-
YUV48.47163.85118.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.42%
GREEN value IS 43 (17.19% from 255) = 22.63%
BLUE value IS 112 (44.14% from 255) = 58.95%
R=18.42%
G=22.63%
B=58.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35431120.690.6200.56233.7752.3828.82
Hex232B70453E038ea341d
Octal4353160105760703526435
Binary1000111010111110000100010111111001110001110101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232B70; }

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

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

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

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

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

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

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

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