#3415AA

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

Shades of Ultramarine #3415AA

Tints of Ultramarine #3415AA

Color information

#3415AA (or 0x3415AA) is unknown color: approx Ultramarine. HEX triplet: 34, 15 and AA. RGB value is (52,21,170). Sum of RGB (Red+Green+Blue) = 52+21+170=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #3415AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3415AA is #CBEA55. Grayscale: #2E2E2E. Windows color (decimal): -13363798 or 11146548. OLE color: 11146548.

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

Color convert

RGB5221170-
CMYK0.690.8800.33
HSL252.48º78.01%37.45%-
HSV(B)252.48º87.65%66.67%-
XYZ8.944.1738.36-
YUV47.26197.27131.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 21 (8.59% from 255) = 8.64%
BLUE value IS 170 (66.80% from 255) = 69.96%
R=21.40%
G=8.64%
B=69.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52211700.690.8800.33252.4878.0137.45
Hex3415AA4558021fc4e25
Octal642525210513004137411645
Binary1101001010110101010100010110110000100001111111001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3415AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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