#232b74

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

Shades of Midnight Blue #232B74

Tints of Midnight Blue #232B74

Color information

#232B74 (or 0x232B74) is unknown color: approx Midnight Blue. HEX triplet: 23, 2B and 74. RGB value is (35,43,116). Sum of RGB (Red+Green+Blue) = 35+43+116=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #232B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232B74 is #DCD48B. Grayscale: #303030. Windows color (decimal): -14472332 or 7613219. OLE color: 7613219.

HSL color Cylindrical-coordinate representation of color #232B74: hue angle of 234.07º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #232B74 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3543116-
CMYK0.700.6300.55
HSL234.07º53.64%29.61%-
HSV(B)234.07º69.83%45.49%-
XYZ4.713.3516.92-
YUV48.93165.85118.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.04%
GREEN value IS 43 (17.19% from 255) = 22.16%
BLUE value IS 116 (45.70% from 255) = 59.79%
R=18.04%
G=22.16%
B=59.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35431160.700.6300.55234.0753.6429.61
Hex232B74463F037ea361e
Octal4353164106770673526636
Binary1000111010111110100100011011111101101111110101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232b74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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