#252175

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

Shades of Midnight Blue #252175

Tints of Midnight Blue #252175

Color information

#252175 (or 0x252175) is unknown color: approx Midnight Blue. HEX triplet: 25, 21 and 75. RGB value is (37,33,117). Sum of RGB (Red+Green+Blue) = 37+33+117=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #252175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252175 is #DADE8A. Grayscale: #2B2B2B. Windows color (decimal): -14343819 or 7676197. OLE color: 7676197.

HSL color Cylindrical-coordinate representation of color #252175: hue angle of 242.86º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #252175 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3733117-
CMYK0.680.7200.54
HSL242.86º56%29.41%-
HSV(B)242.86º71.79%45.88%-
XYZ4.522.7717.13-
YUV43.77169.33123.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.79%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 117 (46.09% from 255) = 62.57%
R=19.79%
G=17.65%
B=62.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37331170.680.7200.54242.865629.41
Hex2521754448036f3381d
Octal45411651041100663637035
Binary10010110000111101011000100100100001101101111001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252175; }

 p { color: rgb(37,33,117); }

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

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

 a { background-color: rgb(37,33,117); }

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

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

 span { border-color: rgb(37,33,117); }

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