#320EAA

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

Shades of Ultramarine #320EAA

Tints of Ultramarine #320EAA

Color information

#320EAA (or 0x320EAA) is unknown color: approx Ultramarine. HEX triplet: 32, 0E and AA. RGB value is (50,14,170). Sum of RGB (Red+Green+Blue) = 50+14+170=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #320EAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320EAA is #CDF155. Grayscale: #292929. Windows color (decimal): -13496662 or 11144754. OLE color: 11144754.

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

Color convert

RGB5014170-
CMYK0.710.9200.33
HSL253.85º84.78%36.08%-
HSV(B)253.85º91.76%66.67%-
XYZ8.733.8938.32-
YUV42.55199.93133.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 14 (5.86% from 255) = 5.98%
BLUE value IS 170 (66.80% from 255) = 72.65%
R=21.37%
G=5.98%
B=72.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50141700.710.9200.33253.8584.7836.08
Hex32EAA475C021fe5524
Octal621625210713404137612544
Binary110010111010101010100011110111000100001111111101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,14,170); }

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

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

 a { background-color: rgb(50,14,170); }

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

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

 span { border-color: rgb(50,14,170); }

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