#3504AE

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

Shades of Ultramarine #3504AE

Tints of Ultramarine #3504AE

Color information

#3504AE (or 0x3504AE) is unknown color: approx Ultramarine. HEX triplet: 35, 04 and AE. RGB value is (53,4,174). Sum of RGB (Red+Green+Blue) = 53+4+174=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 174 (68.36% from 255 or 75.32% from 231); Max value from RGB is 174 - color contains mainly: blue. Hex color #3504AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3504AE is #CAFB51. Grayscale: #252525. Windows color (decimal): -13302610 or 11404341. OLE color: 11404341.

HSL color Cylindrical-coordinate representation of color #3504AE: hue angle of 257.29º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3504AE is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB534174-
CMYK0.700.9800.32
HSL257.29º95.51%34.9%-
HSV(B)257.29º97.7%68.24%-
XYZ9.153.940.31-
YUV38.03204.73138.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.94%
GREEN value IS 4 (1.95% from 255) = 1.73%
BLUE value IS 174 (68.36% from 255) = 75.32%
R=22.94%
G=1.73%
B=75.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5341740.700.9800.32257.2995.5134.9
Hex354AE46620201016023
Octal65425610614204040114043
Binary110101100101011101000110110001001000001000000011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3504AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3504AE; }

 p { color: rgb(53,4,174); }

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

<style>
 a { background-color: #3504AE; }

 a { background-color: rgb(53,4,174); }

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

<style>
 span { border-color: #3504AE; }

 span { border-color: rgb(53,4,174); }

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