#3503AE

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

Shades of Ultramarine #3503AE

Tints of Ultramarine #3503AE

Color information

#3503AE (or 0x3503AE) is unknown color: approx Ultramarine. HEX triplet: 35, 03 and AE. RGB value is (53,3,174). Sum of RGB (Red+Green+Blue) = 53+3+174=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 174 (68.36% from 255 or 75.65% from 230); Max value from RGB is 174 - color contains mainly: blue. Hex color #3503AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3503AE is #CAFC51. Grayscale: #242424. Windows color (decimal): -13302866 or 11404085. OLE color: 11404085.

HSL color Cylindrical-coordinate representation of color #3503AE: hue angle of 257.54º degrees, saturation: 0.97, 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 #3503AE is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB533174-
CMYK0.700.9800.32
HSL257.54º96.61%34.71%-
HSV(B)257.54º98.28%68.24%-
XYZ9.143.8840.31-
YUV37.44205.06139.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 174 (68.36% from 255) = 75.65%
R=23.04%
G=1.30%
B=75.65%

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
Decimal5331740.700.9800.32257.5496.6134.71
Hex353AE46620201026123
Octal65325610614204040214143
Binary11010111101011101000110110001001000001000000101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3503AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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