#320AAC

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

Shades of Ultramarine #320AAC

Tints of Ultramarine #320AAC

Color information

#320AAC (or 0x320AAC) is unknown color: approx Ultramarine. HEX triplet: 32, 0A and AC. RGB value is (50,10,172). Sum of RGB (Red+Green+Blue) = 50+10+172=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #320AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320AAC is #CDF553. Grayscale: #272727. Windows color (decimal): -13497684 or 11274802. OLE color: 11274802.

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

Color convert

RGB5010172-
CMYK0.710.9400.33
HSL254.81º89.01%35.69%-
HSV(B)254.81º94.19%67.45%-
XYZ8.873.8739.31-
YUV40.43202.25134.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 10 (4.30% from 255) = 4.31%
BLUE value IS 172 (67.58% from 255) = 74.14%
R=21.55%
G=4.31%
B=74.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50101720.710.9400.33254.8189.0135.69
Hex32AAC475E021ff5924
Octal621225410713604137713144
Binary110010101010101100100011110111100100001111111111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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