#25226C

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

Shades of Midnight Blue #25226C

Tints of Midnight Blue #25226C

Color information

#25226C (or 0x25226C) is unknown color: approx Midnight Blue. HEX triplet: 25, 22 and 6C. RGB value is (37,34,108). Sum of RGB (Red+Green+Blue) = 37+34+108=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 108 (42.58% from 255 or 60.34% from 179); Max value from RGB is 108 - color contains mainly: blue. Hex color #25226C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25226C is #DADD93. Grayscale: #2B2B2B. Windows color (decimal): -14343572 or 7086629. OLE color: 7086629.

HSL color Cylindrical-coordinate representation of color #25226C: hue angle of 242.43º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25226C is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3734108-
CMYK0.660.6900.58
HSL242.43º52.11%27.84%-
HSV(B)242.43º68.52%42.35%-
XYZ4.042.6214.48-
YUV43.33164.49123.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.67%
GREEN value IS 34 (13.67% from 255) = 18.99%
BLUE value IS 108 (42.58% from 255) = 60.34%
R=20.67%
G=18.99%
B=60.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37341080.660.6900.58242.4352.1127.84
Hex25226C424503Af2341c
Octal45421541021050723626434
Binary10010110001011011001000010100010101110101111001011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25226C; }

 p { color: rgb(37,34,108); }

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

<style>
 a { background-color: #25226C; }

 a { background-color: rgb(37,34,108); }

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

<style>
 span { border-color: #25226C; }

 span { border-color: rgb(37,34,108); }

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