#320CAB

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

Shades of Ultramarine #320CAB

Tints of Ultramarine #320CAB

Color information

#320CAB (or 0x320CAB) is unknown color: approx Ultramarine. HEX triplet: 32, 0C and AB. RGB value is (50,12,171). Sum of RGB (Red+Green+Blue) = 50+12+171=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #320CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320CAB is #CDF354. Grayscale: #282828. Windows color (decimal): -13497173 or 11209778. OLE color: 11209778.

HSL color Cylindrical-coordinate representation of color #320CAB: hue angle of 254.34º 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 #320CAB is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5012171-
CMYK0.710.9300.33
HSL254.34º86.89%35.88%-
HSV(B)254.34º92.98%67.06%-
XYZ8.83.8838.81-
YUV41.49201.09134.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 12 (5.08% from 255) = 5.15%
BLUE value IS 171 (67.19% from 255) = 73.39%
R=21.46%
G=5.15%
B=73.39%

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
Decimal50121710.710.9300.33254.3486.8935.88
Hex32CAB475D021fe5724
Octal621425310713504137612744
Binary110010110010101011100011110111010100001111111101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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