#202B68

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

Shades of Midnight Blue #202B68

Tints of Midnight Blue #202B68

Color information

#202B68 (or 0x202B68) is unknown color: approx Midnight Blue. HEX triplet: 20, 2B and 68. RGB value is (32,43,104). Sum of RGB (Red+Green+Blue) = 32+43+104=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #202B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202B68 is #DFD497. Grayscale: #2E2E2E. Windows color (decimal): -14668952 or 6826784. OLE color: 6826784.

HSL color Cylindrical-coordinate representation of color #202B68: hue angle of 230.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #202B68 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3243104-
CMYK0.690.5900.59
HSL230.83º52.94%26.67%-
HSV(B)230.83º69.23%40.78%-
XYZ3.963.0313.47-
YUV46.66160.36117.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.88%
GREEN value IS 43 (17.19% from 255) = 24.02%
BLUE value IS 104 (41.02% from 255) = 58.10%
R=17.88%
G=24.02%
B=58.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32431040.690.5900.59230.8352.9426.67
Hex202B68453B03Be7351b
Octal4053150105730733476533
Binary1000001010111101000100010111101101110111110011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202B68; }

 p { color: rgb(32,43,104); }

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

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

 a { background-color: rgb(32,43,104); }

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

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

 span { border-color: rgb(32,43,104); }

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