#252590

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

Shades of Ultramarine #252590

Tints of Ultramarine #252590

Color information

#252590 (or 0x252590) is unknown color: approx Ultramarine. HEX triplet: 25, 25 and 90. RGB value is (37,37,144). Sum of RGB (Red+Green+Blue) = 37+37+144=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #252590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252590 is #DADA6F. Grayscale: #303030. Windows color (decimal): -14342768 or 9446693. OLE color: 9446693.

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

Color convert

RGB3737144-
CMYK0.740.7400.44
HSL240º59.12%35.49%-
HSV(B)240º74.31%56.47%-
XYZ6.463.7326.77-
YUV49.2181.5119.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.97%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 144 (56.64% from 255) = 66.06%
R=16.97%
G=16.97%
B=66.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37371440.740.7400.4424059.1235.49
Hex2525904A4A02Cf03b23
Octal45452201121120543607343
Binary1001011001011001000010010101001010010110011110000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252590; }

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

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

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

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

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

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

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

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