#3511AA

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

Shades of Ultramarine #3511AA

Tints of Ultramarine #3511AA

Color information

#3511AA (or 0x3511AA) is unknown color: approx Ultramarine. HEX triplet: 35, 11 and AA. RGB value is (53,17,170). Sum of RGB (Red+Green+Blue) = 53+17+170=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #3511AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3511AA is #CAEE55. Grayscale: #2C2C2C. Windows color (decimal): -13299286 or 11145525. OLE color: 11145525.

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

Color convert

RGB5317170-
CMYK0.690.900.33
HSL254.12º81.82%36.67%-
HSV(B)254.12º90%66.67%-
XYZ8.924.0638.34-
YUV45.21198.43133.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 17 (7.03% from 255) = 7.08%
BLUE value IS 170 (66.80% from 255) = 70.83%
R=22.08%
G=7.08%
B=70.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53171700.690.900.33254.1281.8236.67
Hex3511AA455A021fe5225
Octal652125210513204137612245
Binary1101011000110101010100010110110100100001111111101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3511AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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