#252595

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

Shades of Ultramarine #252595

Tints of Ultramarine #252595

Color information

#252595 (or 0x252595) is unknown color: approx Ultramarine. HEX triplet: 25, 25 and 95. RGB value is (37,37,149). Sum of RGB (Red+Green+Blue) = 37+37+149=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #252595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252595 is #DADA6A. Grayscale: #313131. Windows color (decimal): -14342763 or 9774373. OLE color: 9774373.

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

Color convert

RGB3737149-
CMYK0.750.7500.42
HSL240º60.22%36.47%-
HSV(B)240º75.17%58.43%-
XYZ6.853.8928.82-
YUV49.77184118.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 149 (58.59% from 255) = 66.82%
R=16.59%
G=16.59%
B=66.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37371490.750.7500.4224060.2236.47
Hex2525954B4B02Af03c24
Octal45452251131130523607444
Binary1001011001011001010110010111001011010101011110000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252595; }

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

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

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

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

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

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

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

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