#3409A8

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

Shades of Ultramarine #3409A8

Tints of Ultramarine #3409A8

Color information

#3409A8 (or 0x3409A8) is unknown color: approx Ultramarine. HEX triplet: 34, 09 and A8. RGB value is (52,9,168). Sum of RGB (Red+Green+Blue) = 52+9+168=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 168 (66.02% from 255 or 73.36% from 229); Max value from RGB is 168 - color contains mainly: blue. Hex color #3409A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3409A8 is #CBF657. Grayscale: #272727. Windows color (decimal): -13366872 or 11012404. OLE color: 11012404.

HSL color Cylindrical-coordinate representation of color #3409A8: hue angle of 256.23º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3409A8 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB529168-
CMYK0.690.9500.34
HSL256.23º89.83%34.71%-
HSV(B)256.23º94.64%65.88%-
XYZ8.583.7537.32-
YUV39.98200.25136.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.71%
GREEN value IS 9 (3.91% from 255) = 3.93%
BLUE value IS 168 (66.02% from 255) = 73.36%
R=22.71%
G=3.93%
B=73.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal5291680.690.9500.34256.2389.8334.71
Hex349A8455F0221005a23
Octal641125010513704240013243
Binary1101001001101010001000101101111101000101000000001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3409A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3409A8; }

 p { color: rgb(52,9,168); }

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

<style>
 a { background-color: #3409A8; }

 a { background-color: rgb(52,9,168); }

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

<style>
 span { border-color: #3409A8; }

 span { border-color: rgb(52,9,168); }

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