#320AAF

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

Shades of Ultramarine #320AAF

Tints of Ultramarine #320AAF

Color information

#320AAF (or 0x320AAF) is unknown color: approx Ultramarine. HEX triplet: 32, 0A and AF. RGB value is (50,10,175). Sum of RGB (Red+Green+Blue) = 50+10+175=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 175 (68.75% from 255 or 74.47% from 235); Max value from RGB is 175 - color contains mainly: blue. Hex color #320AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320AAF is #CDF550. Grayscale: #282828. Windows color (decimal): -13497681 or 11471410. OLE color: 11471410.

HSL color Cylindrical-coordinate representation of color #320AAF: hue angle of 254.55º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320AAF is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5010175-
CMYK0.710.9400.31
HSL254.55º89.19%36.27%-
HSV(B)254.55º94.29%68.63%-
XYZ9.163.9940.84-
YUV40.77203.75134.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 10 (4.30% from 255) = 4.26%
BLUE value IS 175 (68.75% from 255) = 74.47%
R=21.28%
G=4.26%
B=74.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50101750.710.9400.31254.5589.1936.27
Hex32AAF475E01Fff5924
Octal621225710713603737713144
Binary11001010101010111110001111011110011111111111111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320AAF; }

 p { color: rgb(50,10,175); }

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

<style>
 a { background-color: #320AAF; }

 a { background-color: rgb(50,10,175); }

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

<style>
 span { border-color: #320AAF; }

 span { border-color: rgb(50,10,175); }

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