#390EB1

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

Shades of Ultramarine #390EB1

Tints of Ultramarine #390EB1

Color information

#390EB1 (or 0x390EB1) is unknown color: approx Ultramarine. HEX triplet: 39, 0E and B1. RGB value is (57,14,177). Sum of RGB (Red+Green+Blue) = 57+14+177=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 177 (69.53% from 255 or 71.37% from 248); Max value from RGB is 177 - color contains mainly: blue. Hex color #390EB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390EB1 is #C6F14E. Grayscale: #2C2C2C. Windows color (decimal): -13037903 or 11603513. OLE color: 11603513.

HSL color Cylindrical-coordinate representation of color #390EB1: hue angle of 255.83º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390EB1 is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5714177-
CMYK0.680.9200.31
HSL255.83º85.34%37.45%-
HSV(B)255.83º92.09%69.41%-
XYZ9.784.3641.92-
YUV45.44202.25136.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 14 (5.86% from 255) = 5.65%
BLUE value IS 177 (69.53% from 255) = 71.37%
R=22.98%
G=5.65%
B=71.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal57141770.680.9200.31255.8385.3437.45
Hex39EB1445C01F1005525
Octal711626110413403740012545
Binary111001111010110001100010010111000111111000000001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390EB1; }

 p { color: rgb(57,14,177); }

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

<style>
 a { background-color: #390EB1; }

 a { background-color: rgb(57,14,177); }

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

<style>
 span { border-color: #390EB1; }

 span { border-color: rgb(57,14,177); }

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