#3415A9

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

Shades of Ultramarine #3415A9

Tints of Ultramarine #3415A9

Color information

#3415A9 (or 0x3415A9) is unknown color: approx Ultramarine. HEX triplet: 34, 15 and A9. RGB value is (52,21,169). Sum of RGB (Red+Green+Blue) = 52+21+169=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 169 (66.41% from 255 or 69.83% from 242); Max value from RGB is 169 - color contains mainly: blue. Hex color #3415A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3415A9 is #CBEA56. Grayscale: #2E2E2E. Windows color (decimal): -13363799 or 11081012. OLE color: 11081012.

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

Color convert

RGB5221169-
CMYK0.690.8800.34
HSL252.57º77.89%37.25%-
HSV(B)252.57º87.57%66.27%-
XYZ8.854.1337.87-
YUV47.14196.77131.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 21 (8.59% from 255) = 8.68%
BLUE value IS 169 (66.41% from 255) = 69.83%
R=21.49%
G=8.68%
B=69.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal52211690.690.8800.34252.5777.8937.25
Hex3415A94558022fd4e25
Octal642525110513004237511645
Binary1101001010110101001100010110110000100010111111011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3415A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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