#252593

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

Shades of Ultramarine #252593

Tints of Ultramarine #252593

Color information

#252593 (or 0x252593) is unknown color: approx Ultramarine. HEX triplet: 25, 25 and 93. RGB value is (37,37,147). Sum of RGB (Red+Green+Blue) = 37+37+147=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #252593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252593 is #DADA6C. Grayscale: #313131. Windows color (decimal): -14342765 or 9643301. OLE color: 9643301.

HSL color Cylindrical-coordinate representation of color #252593: 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 #252593 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3737147-
CMYK0.750.7500.42
HSL240º59.78%36.08%-
HSV(B)240º74.83%57.65%-
XYZ6.693.8227.99-
YUV49.54183119.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.74%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 147 (57.81% from 255) = 66.52%
R=16.74%
G=16.74%
B=66.52%

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
Decimal37371470.750.7500.4224059.7836.08
Hex2525934B4B02Af03c24
Octal45452231131130523607444
Binary1001011001011001001110010111001011010101011110000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252593; }

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

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

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

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

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

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

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

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