#252681

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

Shades of Midnight Blue #252681

Tints of Midnight Blue #252681

Color information

#252681 (or 0x252681) is unknown color: approx Midnight Blue. HEX triplet: 25, 26 and 81. RGB value is (37,38,129). Sum of RGB (Red+Green+Blue) = 37+38+129=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 129 (50.78% from 255 or 63.24% from 204); Max value from RGB is 129 - color contains mainly: blue. Hex color #252681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252681 is #DAD97E. Grayscale: #2F2F2F. Windows color (decimal): -14342527 or 8463909. OLE color: 8463909.

HSL color Cylindrical-coordinate representation of color #252681: hue angle of 239.35º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #252681 is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3738129-
CMYK0.710.7100.49
HSL239.35º55.42%32.55%-
HSV(B)239.35º71.32%50.59%-
XYZ5.423.3621.13-
YUV48.08173.67120.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.14%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 129 (50.78% from 255) = 63.24%
R=18.14%
G=18.63%
B=63.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37381290.710.7100.49239.3555.4232.55
Hex2526814747031ef3721
Octal45462011071070613576741
Binary1001011001101000000110001111000111011000111101111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252681; }

 p { color: rgb(37,38,129); }

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

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

 a { background-color: rgb(37,38,129); }

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

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

 span { border-color: rgb(37,38,129); }

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