#232B79

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

Shades of Midnight Blue #232B79

Tints of Midnight Blue #232B79

Color information

#232B79 (or 0x232B79) is unknown color: approx Midnight Blue. HEX triplet: 23, 2B and 79. RGB value is (35,43,121). Sum of RGB (Red+Green+Blue) = 35+43+121=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #232B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232B79 is #DCD486. Grayscale: #313131. Windows color (decimal): -14472327 or 7940899. OLE color: 7940899.

HSL color Cylindrical-coordinate representation of color #232B79: hue angle of 234.42º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #232B79 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3543121-
CMYK0.710.6400.53
HSL234.42º55.13%30.59%-
HSV(B)234.42º71.07%47.45%-
XYZ5.013.4718.49-
YUV49.5168.35117.66-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.59%
GREEN value IS 43 (17.19% from 255) = 21.61%
BLUE value IS 121 (47.66% from 255) = 60.80%
R=17.59%
G=21.61%
B=60.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35431210.710.6400.53234.4255.1330.59
Hex232B794740035ea371f
Octal43531711071000653526737
Binary10001110101111110011000111100000001101011110101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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