#3518AA

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

Shades of Ultramarine #3518AA

Tints of Ultramarine #3518AA

Color information

#3518AA (or 0x3518AA) is unknown color: approx Ultramarine. HEX triplet: 35, 18 and AA. RGB value is (53,24,170). Sum of RGB (Red+Green+Blue) = 53+24+170=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #3518AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3518AA is #CAE755. Grayscale: #303030. Windows color (decimal): -13297494 or 11147317. OLE color: 11147317.

HSL color Cylindrical-coordinate representation of color #3518AA: hue angle of 251.92º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3518AA is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5324170-
CMYK0.690.8600.33
HSL251.92º75.26%38.04%-
HSV(B)251.92º85.88%66.67%-
XYZ9.054.3138.39-
YUV49.32196.11130.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.46%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 170 (66.80% from 255) = 68.83%
R=21.46%
G=9.72%
B=68.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53241700.690.8600.33251.9275.2638.04
Hex3518AA4556021fc4b26
Octal653025210512604137411346
Binary1101011100010101010100010110101100100001111111001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3518AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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