#320CB9

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

Shades of Ultramarine #320CB9

Tints of Ultramarine #320CB9

Color information

#320CB9 (or 0x320CB9) is unknown color: approx Ultramarine. HEX triplet: 32, 0C and B9. RGB value is (50,12,185). Sum of RGB (Red+Green+Blue) = 50+12+185=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 185 (72.66% from 255 or 74.90% from 247); Max value from RGB is 185 - color contains mainly: blue. Hex color #320CB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320CB9 is #CDF346. Grayscale: #2A2A2A. Windows color (decimal): -13497159 or 12127282. OLE color: 12127282.

HSL color Cylindrical-coordinate representation of color #320CB9: hue angle of 253.18º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320CB9 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5012185-
CMYK0.730.9400.27
HSL253.18º87.82%38.63%-
HSV(B)253.18º93.51%72.55%-
XYZ10.24.4446.22-
YUV43.08208.09132.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 12 (5.08% from 255) = 4.86%
BLUE value IS 185 (72.66% from 255) = 74.90%
R=20.24%
G=4.86%
B=74.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50121850.730.9400.27253.1887.8238.63
Hex32CB9495E01Bfd5827
Octal621427111113603337513047
Binary11001011001011100110010011011110011011111111011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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