#252493

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

Shades of Ultramarine #252493

Tints of Ultramarine #252493

Color information

#252493 (or 0x252493) is unknown color: approx Ultramarine. HEX triplet: 25, 24 and 93. RGB value is (37,36,147). Sum of RGB (Red+Green+Blue) = 37+36+147=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #252493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252493 is #DADB6C. Grayscale: #303030. Windows color (decimal): -14343021 or 9643045. OLE color: 9643045.

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

Color convert

RGB3736147-
CMYK0.750.7600.42
HSL240.54º60.66%35.88%-
HSV(B)240.54º75.51%57.65%-
XYZ6.663.7627.98-
YUV48.95183.33119.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.82%
GREEN value IS 36 (14.45% from 255) = 16.36%
BLUE value IS 147 (57.81% from 255) = 66.82%
R=16.82%
G=16.36%
B=66.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37361470.750.7600.42240.5460.6635.88
Hex2524934B4C02Af13d24
Octal45442231131140523617544
Binary1001011001001001001110010111001100010101011110001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252493; }

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

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

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

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

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

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

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

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