Html Css Color HEX #391EA2 Blue Gem

📋 copy color: '#391EA2'

red 57 ◦ green 30 ◦ blue 162

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

Shades of Blue Gem #391EA2

Tints of Blue Gem #391EA2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.05%

 BLUE value IS 162 (63.67% from 255) = 65.06%

R = 22.89%
G = 12.05%
B = 65.06%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#391EA2 (or 0x391EA2) is known color: Blue Gem. HEX triplet: 39, 1E and A2. RGB value is (57,30,162). Sum of RGB (Red+Green+Blue) = 57+30+162=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 162 (63.67% from 255 or 65.06% from 249); Max value from RGB is 162 - color contains mainly: blue. Hex color #391EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391EA2 is #C6E15D. Grayscale: #343434. Windows color (decimal): -13033822 or 10624569. OLE color: 10624569.

HSL color Cylindrical-coordinate representation of color #391EA2: hue angle of 252.27º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #391EA2 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 57 30 162 -
CMYK 0.65 0.81 0 0.36
HSL 252.27º 0.69% 0.38% -
HSV(B) 252.27º 0.81% 0.64% -
XYZ 8.67 4.41 34.58 -
YUV 53.12 189.45 130.77 -
System Red Green Blue C M Y K H S L
Decimal 57 30 162 0.65 0.81 0 0.36 252.27 0.69 0.38
Hex 39 1E A2 41 51 0 24 FC 45 26
Octal 71 36 242 101 121 0 44 374 105 46
Binary 111001 11110 10100010 1000001 1010001 0 100100 11111100 1000101 100110

Color Harmonies of #391EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391EA2

Black with #391EA2

Text Example


Text Example

White with #391EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391EA2; }

 p { color: rgb(57,30,162); }

 H1.HeaderClassName
 {
   color: #391EA2;
 }
 .AnyTagClassName
 {
   color: #391EA2;
 }
</style>

background-color css

<style>
 a { background-color: #391EA2; }

 a { background-color: rgb(57,30,162); }

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

border-color css

<style>
 span { border-color: #391EA2; }

 span { border-color: rgb(57,30,162); }

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