#3415a6

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

Shades of Ultramarine #3415A6

Tints of Ultramarine #3415A6

Color information

#3415A6 (or 0x3415A6) is unknown color: approx Ultramarine. HEX triplet: 34, 15 and A6. RGB value is (52,21,166). Sum of RGB (Red+Green+Blue) = 52+21+166=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 166 (65.23% from 255 or 69.46% from 239); Max value from RGB is 166 - color contains mainly: blue. Hex color #3415A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3415A6 is #CBEA59. Grayscale: #2E2E2E. Windows color (decimal): -13363802 or 10884404. OLE color: 10884404.

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

Color convert

RGB5221166-
CMYK0.690.8700.35
HSL252.83º77.54%36.67%-
HSV(B)252.83º87.35%65.1%-
XYZ8.574.0236.4-
YUV46.8195.27131.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 21 (8.59% from 255) = 8.79%
BLUE value IS 166 (65.23% from 255) = 69.46%
R=21.76%
G=8.79%
B=69.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal52211660.690.8700.35252.8377.5436.67
Hex3415A64557023fd4e25
Octal642524610512704337511645
Binary1101001010110100110100010110101110100011111111011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3415a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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