#350AA9

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

Shades of Ultramarine #350AA9

Tints of Ultramarine #350AA9

Color information

#350AA9 (or 0x350AA9) is unknown color: approx Ultramarine. HEX triplet: 35, 0A and A9. RGB value is (53,10,169). Sum of RGB (Red+Green+Blue) = 53+10+169=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 169 (66.41% from 255 or 72.84% from 232); Max value from RGB is 169 - color contains mainly: blue. Hex color #350AA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350AA9 is #CAF556. Grayscale: #282828. Windows color (decimal): -13301079 or 11078197. OLE color: 11078197.

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

Color convert

RGB5310169-
CMYK0.690.9400.34
HSL256.23º88.83%35.1%-
HSV(B)256.23º94.08%66.27%-
XYZ8.743.8437.82-
YUV40.98200.25136.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 10 (4.30% from 255) = 4.31%
BLUE value IS 169 (66.41% from 255) = 72.84%
R=22.84%
G=4.31%
B=72.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal53101690.690.9400.34256.2388.8335.1
Hex35AA9455E0221005923
Octal651225110513604240013143
Binary1101011010101010011000101101111001000101000000001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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