#3511AB

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

Shades of Ultramarine #3511AB

Tints of Ultramarine #3511AB

Color information

#3511AB (or 0x3511AB) is unknown color: approx Ultramarine. HEX triplet: 35, 11 and AB. RGB value is (53,17,171). Sum of RGB (Red+Green+Blue) = 53+17+171=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #3511AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3511AB is #CAEE54. Grayscale: #2C2C2C. Windows color (decimal): -13299285 or 11211061. OLE color: 11211061.

HSL color Cylindrical-coordinate representation of color #3511AB: hue angle of 254.03º 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 #3511AB is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5317171-
CMYK0.690.9000.33
HSL254.03º81.91%36.86%-
HSV(B)254.03º90.06%67.06%-
XYZ9.024.138.84-
YUV45.32198.93133.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 17 (7.03% from 255) = 7.05%
BLUE value IS 171 (67.19% from 255) = 70.95%
R=21.99%
G=7.05%
B=70.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53171710.690.9000.33254.0381.9136.86
Hex3511AB455A021fe5225
Octal652125310513204137612245
Binary1101011000110101011100010110110100100001111111101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3511AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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