#3407AB

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

Shades of Ultramarine #3407AB

Tints of Ultramarine #3407AB

Color information

#3407AB (or 0x3407AB) is unknown color: approx Ultramarine. HEX triplet: 34, 07 and AB. RGB value is (52,7,171). Sum of RGB (Red+Green+Blue) = 52+7+171=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #3407AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3407AB is #CBF854. Grayscale: #262626. Windows color (decimal): -13367381 or 11208500. OLE color: 11208500.

HSL color Cylindrical-coordinate representation of color #3407AB: hue angle of 256.46º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3407AB is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB527171-
CMYK0.700.9600.33
HSL256.46º92.13%34.9%-
HSV(B)256.46º95.91%67.06%-
XYZ8.843.8238.8-
YUV39.15202.41137.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.61%
GREEN value IS 7 (3.12% from 255) = 3.04%
BLUE value IS 171 (67.19% from 255) = 74.35%
R=22.61%
G=3.04%
B=74.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5271710.700.9600.33256.4692.1334.9
Hex347AB46600211005c23
Octal64725310614004140013443
Binary110100111101010111000110110000001000011000000001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3407AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3407AB; }

 p { color: rgb(52,7,171); }

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

<style>
 a { background-color: #3407AB; }

 a { background-color: rgb(52,7,171); }

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

<style>
 span { border-color: #3407AB; }

 span { border-color: rgb(52,7,171); }

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