#252597

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

Shades of Ultramarine #252597

Tints of Ultramarine #252597

Color information

#252597 (or 0x252597) is unknown color: approx Ultramarine. HEX triplet: 25, 25 and 97. RGB value is (37,37,151). Sum of RGB (Red+Green+Blue) = 37+37+151=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 151 (59.38% from 255 or 67.11% from 225); Max value from RGB is 151 - color contains mainly: blue. Hex color #252597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252597 is #DADA68. Grayscale: #313131. Windows color (decimal): -14342761 or 9905445. OLE color: 9905445.

HSL color Cylindrical-coordinate representation of color #252597: hue angle of 240º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #252597 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3737151-
CMYK0.750.7500.41
HSL240º60.64%36.86%-
HSV(B)240º75.5%59.22%-
XYZ7.013.9529.67-
YUV50185118.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 151 (59.38% from 255) = 67.11%
R=16.44%
G=16.44%
B=67.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal37371510.750.7500.4124060.6436.86
Hex2525974B4B029f03d25
Octal45452271131130513607545
Binary1001011001011001011110010111001011010100111110000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252597; }

 p { color: rgb(37,37,151); }

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

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

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

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

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

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

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