#320CAA

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

Shades of Ultramarine #320CAA

Tints of Ultramarine #320CAA

Color information

#320CAA (or 0x320CAA) is unknown color: approx Ultramarine. HEX triplet: 32, 0C and AA. RGB value is (50,12,170). Sum of RGB (Red+Green+Blue) = 50+12+170=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #320CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320CAA is #CDF355. Grayscale: #282828. Windows color (decimal): -13497174 or 11144242. OLE color: 11144242.

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

Color convert

RGB5012170-
CMYK0.710.9300.33
HSL254.43º86.81%35.69%-
HSV(B)254.43º92.94%66.67%-
XYZ8.73.8438.31-
YUV41.37200.59134.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 12 (5.08% from 255) = 5.17%
BLUE value IS 170 (66.80% from 255) = 73.28%
R=21.55%
G=5.17%
B=73.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50121700.710.9300.33254.4386.8135.69
Hex32CAA475D021fe5724
Octal621425210713504137612744
Binary110010110010101010100011110111010100001111111101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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