#3410AF

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

Shades of Ultramarine #3410AF

Tints of Ultramarine #3410AF

Color information

#3410AF (or 0x3410AF) is unknown color: approx Ultramarine. HEX triplet: 34, 10 and AF. RGB value is (52,16,175). Sum of RGB (Red+Green+Blue) = 52+16+175=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 175 (68.75% from 255 or 72.02% from 243); Max value from RGB is 175 - color contains mainly: blue. Hex color #3410AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3410AF is #CBEF50. Grayscale: #2C2C2C. Windows color (decimal): -13365073 or 11472948. OLE color: 11472948.

HSL color Cylindrical-coordinate representation of color #3410AF: hue angle of 253.58º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3410AF is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5216175-
CMYK0.700.9100.31
HSL253.58º83.25%37.45%-
HSV(B)253.58º90.86%68.63%-
XYZ9.344.240.88-
YUV44.89201.43133.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 16 (6.64% from 255) = 6.58%
BLUE value IS 175 (68.75% from 255) = 72.02%
R=21.40%
G=6.58%
B=72.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52161750.700.9100.31253.5883.2537.45
Hex3410AF465B01Ffe5325
Octal642025710613303737612345
Binary110100100001010111110001101011011011111111111101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3410AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3410AF; }

 p { color: rgb(52,16,175); }

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

<style>
 a { background-color: #3410AF; }

 a { background-color: rgb(52,16,175); }

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

<style>
 span { border-color: #3410AF; }

 span { border-color: rgb(52,16,175); }

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