#320FBA

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

Shades of Ultramarine #320FBA

Tints of Ultramarine #320FBA

Color information

#320FBA (or 0x320FBA) is unknown color: approx Ultramarine. HEX triplet: 32, 0F and BA. RGB value is (50,15,186). Sum of RGB (Red+Green+Blue) = 50+15+186=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #320FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320FBA is #CDF045. Grayscale: #2C2C2C. Windows color (decimal): -13496390 or 12193586. OLE color: 12193586.

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

Color convert

RGB5015186-
CMYK0.730.9200.27
HSL252.28º85.07%39.41%-
HSV(B)252.28º91.94%72.94%-
XYZ10.354.5646.79-
YUV44.96207.6131.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 15 (6.25% from 255) = 5.98%
BLUE value IS 186 (73.05% from 255) = 74.10%
R=19.92%
G=5.98%
B=74.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50151860.730.9200.27252.2885.0739.41
Hex32FBA495C01Bfc5527
Octal621727211113403337412547
Binary11001011111011101010010011011100011011111111001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,15,186); }

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

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

 a { background-color: rgb(50,15,186); }

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

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

 span { border-color: rgb(50,15,186); }

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