#252268

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

Shades of Midnight Blue #252268

Tints of Midnight Blue #252268

Color information

#252268 (or 0x252268) is unknown color: approx Midnight Blue. HEX triplet: 25, 22 and 68. RGB value is (37,34,104). Sum of RGB (Red+Green+Blue) = 37+34+104=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #252268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252268 is #DADD97. Grayscale: #2A2A2A. Windows color (decimal): -14343576 or 6824485. OLE color: 6824485.

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

Color convert

RGB3734104-
CMYK0.640.6700.59
HSL242.57º50.72%27.06%-
HSV(B)242.57º67.31%40.78%-
XYZ3.832.5413.38-
YUV42.88162.49123.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.14%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 104 (41.02% from 255) = 59.43%
R=21.14%
G=19.43%
B=59.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37341040.640.6700.59242.5750.7227.06
Hex252268404303Bf3331b
Octal45421501001030733636333
Binary10010110001011010001000000100001101110111111001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252268; }

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

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

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

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

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

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

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

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