Html Css Color HEX #390EB0 Ultramarine

📋 copy color: '#390EB0'

red 57 ◦ green 14 ◦ blue 176

#390EB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #390EB0

Tints of Ultramarine #390EB0

RGB

 RED value IS 57 (22.66% from 255) = 23.08%

 GREEN value IS 14 (5.86% from 255) = 5.67%

 BLUE value IS 176 (69.14% from 255) = 71.26%

R = 23.08%
G = 5.67%
B = 71.26%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#390EB0 (or 0x390EB0) is known color: Ultramarine. HEX triplet: 39, 0E and B0. RGB value is (57,14,176). Sum of RGB (Red+Green+Blue) = 57+14+176=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 176 (69.14% from 255 or 71.26% from 247); Max value from RGB is 176 - color contains mainly: blue. Hex color #390EB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390EB0 is #C6F14F. Grayscale: #2C2C2C. Windows color (decimal): -13037904 or 11537977. OLE color: 11537977.

HSL color Cylindrical-coordinate representation of color #390EB0: hue angle of 255.93º 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 #390EB0 is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 57 14 176 -
CMYK 0.68 0.92 0 0.31
HSL 255.93º 0.85% 0.37% -
HSV(B) 255.93º 0.92% 0.69% -
XYZ 9.68 4.32 41.4 -
YUV 45.33 201.75 136.33 -
System Red Green Blue C M Y K H S L
Decimal 57 14 176 0.68 0.92 0 0.31 255.93 0.85 0.37
Hex 39 E B0 44 5C 0 1F 100 55 25
Octal 71 16 260 104 134 0 37 400 125 45
Binary 111001 1110 10110000 1000100 1011100 0 11111 100000000 1010101 100101

Color Harmonies of #390EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390EB0

Black with #390EB0

Text Example


Text Example

White with #390EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #390EB0;
 }
 .AnyTagClassName
 {
   color: #390EB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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