#231F62

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

Shades of Midnight Blue #231F62

Tints of Midnight Blue #231F62

Color information

#231F62 (or 0x231F62) is unknown color: approx Midnight Blue. HEX triplet: 23, 1F and 62. RGB value is (35,31,98). Sum of RGB (Red+Green+Blue) = 35+31+98=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #231F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231F62 is #DCE09D. Grayscale: #272727. Windows color (decimal): -14475422 or 6430499. OLE color: 6430499.

HSL color Cylindrical-coordinate representation of color #231F62: hue angle of 243.58º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #231F62 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB353198-
CMYK0.640.6800.62
HSL243.58º51.94%25.29%-
HSV(B)243.58º68.37%38.43%-
XYZ3.392.2211.81-
YUV39.83160.83124.55-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.34%
GREEN value IS 31 (12.5% from 255) = 18.90%
BLUE value IS 98 (38.67% from 255) = 59.76%
R=21.34%
G=18.90%
B=59.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3531980.640.6800.62243.5851.9425.29
Hex231F62404403Ef43419
Octal43371421001040763646431
Binary1000111111111000101000000100010001111101111010011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231F62; }

 p { color: rgb(35,31,98); }

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

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

 a { background-color: rgb(35,31,98); }

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

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

 span { border-color: rgb(35,31,98); }

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