#3518A7

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

Shades of Ultramarine #3518A7

Tints of Ultramarine #3518A7

Color information

#3518A7 (or 0x3518A7) is unknown color: approx Ultramarine. HEX triplet: 35, 18 and A7. RGB value is (53,24,167). Sum of RGB (Red+Green+Blue) = 53+24+167=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 167 (65.62% from 255 or 68.44% from 244); Max value from RGB is 167 - color contains mainly: blue. Hex color #3518A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3518A7 is #CAE758. Grayscale: #303030. Windows color (decimal): -13297497 or 10950709. OLE color: 10950709.

HSL color Cylindrical-coordinate representation of color #3518A7: hue angle of 252.17º degrees, saturation: 0.75, 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 #3518A7 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5324167-
CMYK0.680.8600.35
HSL252.17º74.87%37.45%-
HSV(B)252.17º85.63%65.49%-
XYZ8.774.236.91-
YUV48.97194.61130.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.72%
GREEN value IS 24 (9.77% from 255) = 9.84%
BLUE value IS 167 (65.62% from 255) = 68.44%
R=21.72%
G=9.84%
B=68.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53241670.680.8600.35252.1774.8737.45
Hex3518A74456023fc4b25
Octal653024710412604337411345
Binary1101011100010100111100010010101100100011111111001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3518A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3518A7; }

 p { color: rgb(53,24,167); }

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

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

 a { background-color: rgb(53,24,167); }

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

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

 span { border-color: rgb(53,24,167); }

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