#320FB5

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

Shades of Ultramarine #320FB5

Tints of Ultramarine #320FB5

Color information

#320FB5 (or 0x320FB5) is unknown color: approx Ultramarine. HEX triplet: 32, 0F and B5. RGB value is (50,15,181). Sum of RGB (Red+Green+Blue) = 50+15+181=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 181 (71.09% from 255 or 73.58% from 246); Max value from RGB is 181 - color contains mainly: blue. Hex color #320FB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320FB5 is #CDF04A. Grayscale: #2B2B2B. Windows color (decimal): -13496395 or 11865906. OLE color: 11865906.

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

Color convert

RGB5015181-
CMYK0.720.9200.29
HSL252.65º84.69%38.43%-
HSV(B)252.65º91.71%70.98%-
XYZ9.834.3644.04-
YUV44.39205.1132-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.33%
GREEN value IS 15 (6.25% from 255) = 6.10%
BLUE value IS 181 (71.09% from 255) = 73.58%
R=20.33%
G=6.10%
B=73.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50151810.720.9200.29252.6584.6938.43
Hex32FB5485C01Dfd5526
Octal621726511013403537512546
Binary11001011111011010110010001011100011101111111011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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