#3410B9

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

Shades of Ultramarine #3410B9

Tints of Ultramarine #3410B9

Color information

#3410B9 (or 0x3410B9) is unknown color: approx Ultramarine. HEX triplet: 34, 10 and B9. RGB value is (52,16,185). Sum of RGB (Red+Green+Blue) = 52+16+185=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 185 (72.66% from 255 or 73.12% from 253); Max value from RGB is 185 - color contains mainly: blue. Hex color #3410B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3410B9 is #CBEF46. Grayscale: #2D2D2D. Windows color (decimal): -13365063 or 12128308. OLE color: 12128308.

HSL color Cylindrical-coordinate representation of color #3410B9: hue angle of 252.78º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3410B9 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5216185-
CMYK0.720.9100.27
HSL252.78º84.08%39.41%-
HSV(B)252.78º91.35%72.55%-
XYZ10.364.646.24-
YUV46.03206.43132.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.55%
GREEN value IS 16 (6.64% from 255) = 6.32%
BLUE value IS 185 (72.66% from 255) = 73.12%
R=20.55%
G=6.32%
B=73.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52161850.720.9100.27252.7884.0839.41
Hex3410B9485B01Bfd5427
Octal642027111013303337512447
Binary110100100001011100110010001011011011011111111011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3410B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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