#2517A5

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

Shades of Ultramarine #2517A5

Tints of Ultramarine #2517A5

Color information

#2517A5 (or 0x2517A5) is unknown color: approx Ultramarine. HEX triplet: 25, 17 and A5. RGB value is (37,23,165). Sum of RGB (Red+Green+Blue) = 37+23+165=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 165 (64.84% from 255 or 73.33% from 225); Max value from RGB is 165 - color contains mainly: blue. Hex color #2517A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2517A5 is #DAE85A. Grayscale: #2A2A2A. Windows color (decimal): -14346331 or 10819365. OLE color: 10819365.

HSL color Cylindrical-coordinate representation of color #2517A5: hue angle of 245.92º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2517A5 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3723165-
CMYK0.780.8600.35
HSL245.92º75.53%36.86%-
HSV(B)245.92º86.06%64.71%-
XYZ7.863.7235.9-
YUV43.37196.64123.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 23 (9.38% from 255) = 10.22%
BLUE value IS 165 (64.84% from 255) = 73.33%
R=16.44%
G=10.22%
B=73.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal37231650.780.8600.35245.9275.5336.86
Hex2517A54E56023f64c25
Octal452724511612604336611445
Binary1001011011110100101100111010101100100011111101101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2517A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2517A5; }

 p { color: rgb(37,23,165); }

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

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

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

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

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

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

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