#3406A7

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

Shades of Ultramarine #3406A7

Tints of Ultramarine #3406A7

Color information

#3406A7 (or 0x3406A7) is unknown color: approx Ultramarine. HEX triplet: 34, 06 and A7. RGB value is (52,6,167). Sum of RGB (Red+Green+Blue) = 52+6+167=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 167 (65.62% from 255 or 74.22% from 225); Max value from RGB is 167 - color contains mainly: blue. Hex color #3406A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3406A7 is #CBF958. Grayscale: #252525. Windows color (decimal): -13367641 or 10946100. OLE color: 10946100.

HSL color Cylindrical-coordinate representation of color #3406A7: hue angle of 257.14º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3406A7 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB526167-
CMYK0.690.9600.35
HSL257.14º93.06%33.92%-
HSV(B)257.14º96.41%65.49%-
XYZ8.463.6536.82-
YUV38.11200.74137.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 167 (65.62% from 255) = 74.22%
R=23.11%
G=2.67%
B=74.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal5261670.690.9600.35257.1493.0633.92
Hex346A745600231015d22
Octal64624710514004340113542
Binary110100110101001111000101110000001000111000000011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3406A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3406A7; }

 p { color: rgb(52,6,167); }

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

<style>
 a { background-color: #3406A7; }

 a { background-color: rgb(52,6,167); }

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

<style>
 span { border-color: #3406A7; }

 span { border-color: rgb(52,6,167); }

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