#350FA9

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

Shades of Ultramarine #350FA9

Tints of Ultramarine #350FA9

Color information

#350FA9 (or 0x350FA9) is unknown color: approx Ultramarine. HEX triplet: 35, 0F and A9. RGB value is (53,15,169). Sum of RGB (Red+Green+Blue) = 53+15+169=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 169 (66.41% from 255 or 71.31% from 237); Max value from RGB is 169 - color contains mainly: blue. Hex color #350FA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350FA9 is #CAF056. Grayscale: #2B2B2B. Windows color (decimal): -13299799 or 11079477. OLE color: 11079477.

HSL color Cylindrical-coordinate representation of color #350FA9: hue angle of 254.81º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350FA9 is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5315169-
CMYK0.690.9100.34
HSL254.81º83.7%36.08%-
HSV(B)254.81º91.12%66.27%-
XYZ8.83.9637.84-
YUV43.92198.59134.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.36%
GREEN value IS 15 (6.25% from 255) = 6.33%
BLUE value IS 169 (66.41% from 255) = 71.31%
R=22.36%
G=6.33%
B=71.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal53151690.690.9100.34254.8183.736.08
Hex35FA9455B022ff5424
Octal651725110513304237712444
Binary110101111110101001100010110110110100010111111111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350FA9; }

 p { color: rgb(53,15,169); }

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

<style>
 a { background-color: #350FA9; }

 a { background-color: rgb(53,15,169); }

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

<style>
 span { border-color: #350FA9; }

 span { border-color: rgb(53,15,169); }

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