#320FBB

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

Shades of Ultramarine #320FBB

Tints of Ultramarine #320FBB

Color information

#320FBB (or 0x320FBB) is unknown color: approx Ultramarine. HEX triplet: 32, 0F and BB. RGB value is (50,15,187). Sum of RGB (Red+Green+Blue) = 50+15+187=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 187 (73.44% from 255 or 74.21% from 252); Max value from RGB is 187 - color contains mainly: blue. Hex color #320FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320FBB is #CDF044. Grayscale: #2C2C2C. Windows color (decimal): -13496389 or 12259122. OLE color: 12259122.

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

Color convert

RGB5015187-
CMYK0.730.9200.27
HSL252.21º85.15%39.61%-
HSV(B)252.21º91.98%73.33%-
XYZ10.464.6147.35-
YUV45.07208.1131.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.84%
GREEN value IS 15 (6.25% from 255) = 5.95%
BLUE value IS 187 (73.44% from 255) = 74.21%
R=19.84%
G=5.95%
B=74.21%

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
Decimal50151870.730.9200.27252.2185.1539.61
Hex32FBB495C01Bfc5528
Octal621727311113403337412550
Binary11001011111011101110010011011100011011111111001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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