#3506AA

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

Shades of Ultramarine #3506AA

Tints of Ultramarine #3506AA

Color information

#3506AA (or 0x3506AA) is unknown color: approx Ultramarine. HEX triplet: 35, 06 and AA. RGB value is (53,6,170). Sum of RGB (Red+Green+Blue) = 53+6+170=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #3506AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3506AA is #CAF955. Grayscale: #262626. Windows color (decimal): -13302102 or 11142709. OLE color: 11142709.

HSL color Cylindrical-coordinate representation of color #3506AA: hue angle of 257.2º degrees, saturation: 0.93, 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 #3506AA is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB536170-
CMYK0.690.9600.33
HSL257.2º93.18%34.51%-
HSV(B)257.2º96.47%66.67%-
XYZ8.793.7938.3-
YUV38.75202.07138.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 6 (2.73% from 255) = 2.62%
BLUE value IS 170 (66.80% from 255) = 74.24%
R=23.14%
G=2.62%
B=74.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5361700.690.9600.33257.293.1834.51
Hex356AA45600211015d23
Octal65625210514004140113543
Binary110101110101010101000101110000001000011000000011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3506AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3506AA; }

 p { color: rgb(53,6,170); }

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

<style>
 a { background-color: #3506AA; }

 a { background-color: rgb(53,6,170); }

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

<style>
 span { border-color: #3506AA; }

 span { border-color: rgb(53,6,170); }

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