#3411AA

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

Shades of Ultramarine #3411AA

Tints of Ultramarine #3411AA

Color information

#3411AA (or 0x3411AA) is unknown color: approx Ultramarine. HEX triplet: 34, 11 and AA. RGB value is (52,17,170). Sum of RGB (Red+Green+Blue) = 52+17+170=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #3411AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3411AA is #CBEE55. Grayscale: #2C2C2C. Windows color (decimal): -13364822 or 11145524. OLE color: 11145524.

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

Color convert

RGB5217170-
CMYK0.690.900.33
HSL253.73º81.82%36.67%-
HSV(B)253.73º90%66.67%-
XYZ8.874.0338.34-
YUV44.91198.6133.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 17 (7.03% from 255) = 7.11%
BLUE value IS 170 (66.80% from 255) = 71.13%
R=21.76%
G=7.11%
B=71.13%

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
Decimal52171700.690.900.33253.7381.8236.67
Hex3411AA455A021fe5225
Octal642125210513204137612245
Binary1101001000110101010100010110110100100001111111101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3411AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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