#3506AE

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

Shades of Ultramarine #3506AE

Tints of Ultramarine #3506AE

Color information

#3506AE (or 0x3506AE) is unknown color: approx Ultramarine. HEX triplet: 35, 06 and AE. RGB value is (53,6,174). Sum of RGB (Red+Green+Blue) = 53+6+174=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 174 (68.36% from 255 or 74.68% from 233); Max value from RGB is 174 - color contains mainly: blue. Hex color #3506AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3506AE is #CAF951. Grayscale: #262626. Windows color (decimal): -13302098 or 11404853. OLE color: 11404853.

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

Color convert

RGB536174-
CMYK0.700.9700.32
HSL256.79º93.33%35.29%-
HSV(B)256.79º96.55%68.24%-
XYZ9.173.9440.32-
YUV39.2204.07137.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 6 (2.73% from 255) = 2.58%
BLUE value IS 174 (68.36% from 255) = 74.68%
R=22.75%
G=2.58%
B=74.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5361740.700.9700.32256.7993.3335.29
Hex356AE46610201015d23
Octal65625610614104040113543
Binary110101110101011101000110110000101000001000000011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3506AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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