#3510AB

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

Shades of Ultramarine #3510AB

Tints of Ultramarine #3510AB

Color information

#3510AB (or 0x3510AB) is unknown color: approx Ultramarine. HEX triplet: 35, 10 and AB. RGB value is (53,16,171). Sum of RGB (Red+Green+Blue) = 53+16+171=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #3510AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3510AB is #CAEF54. Grayscale: #2C2C2C. Windows color (decimal): -13299541 or 11210805. OLE color: 11210805.

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

Color convert

RGB5316171-
CMYK0.690.9100.33
HSL254.32º82.89%36.67%-
HSV(B)254.32º90.64%67.06%-
XYZ94.0738.84-
YUV44.73199.26133.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 16 (6.64% from 255) = 6.67%
BLUE value IS 171 (67.19% from 255) = 71.25%
R=22.08%
G=6.67%
B=71.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53161710.690.9100.33254.3282.8936.67
Hex3510AB455B021fe5325
Octal652025310513304137612345
Binary1101011000010101011100010110110110100001111111101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3510AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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