#3412AD

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

Shades of Ultramarine #3412AD

Tints of Ultramarine #3412AD

Color information

#3412AD (or 0x3412AD) is unknown color: approx Ultramarine. HEX triplet: 34, 12 and AD. RGB value is (52,18,173). Sum of RGB (Red+Green+Blue) = 52+18+173=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 173 (67.97% from 255 or 71.19% from 243); Max value from RGB is 173 - color contains mainly: blue. Hex color #3412AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3412AD is #CBED52. Grayscale: #2D2D2D. Windows color (decimal): -13364563 or 11342388. OLE color: 11342388.

HSL color Cylindrical-coordinate representation of color #3412AD: hue angle of 253.16º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3412AD is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5218173-
CMYK0.700.9000.32
HSL253.16º81.15%37.45%-
HSV(B)253.16º89.6%67.84%-
XYZ9.184.1839.86-
YUV45.84199.76132.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 18 (7.42% from 255) = 7.41%
BLUE value IS 173 (67.97% from 255) = 71.19%
R=21.40%
G=7.41%
B=71.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52181730.700.9000.32253.1681.1537.45
Hex3412AD465A020fd5125
Octal642225510613204037512145
Binary1101001001010101101100011010110100100000111111011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3412AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3412AD; }

 p { color: rgb(52,18,173); }

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

<style>
 a { background-color: #3412AD; }

 a { background-color: rgb(52,18,173); }

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

<style>
 span { border-color: #3412AD; }

 span { border-color: rgb(52,18,173); }

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