Html Css Color HEX #391CAE Blue Gem

📋 copy color: '#391CAE'

red 57 ◦ green 28 ◦ blue 174

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

Shades of Blue Gem #391CAE

Tints of Blue Gem #391CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.81%

 BLUE value IS 174 (68.36% from 255) = 67.18%

R = 22.01%
G = 10.81%
B = 67.18%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#391CAE (or 0x391CAE) is known color: Blue Gem. HEX triplet: 39, 1C and AE. RGB value is (57,28,174). Sum of RGB (Red+Green+Blue) = 57+28+174=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #391CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391CAE is #C6E351. Grayscale: #343434. Windows color (decimal): -13034322 or 11410489. OLE color: 11410489.

HSL color Cylindrical-coordinate representation of color #391CAE: hue angle of 251.92º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #391CAE is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 57 28 174 -
CMYK 0.67 0.84 0 0.32
HSL 251.92º 0.72% 0.4% -
HSV(B) 251.92º 0.84% 0.68% -
XYZ 9.74 4.76 40.45 -
YUV 53.32 196.11 130.63 -
System Red Green Blue C M Y K H S L
Decimal 57 28 174 0.67 0.84 0 0.32 251.92 0.72 0.4
Hex 39 1C AE 43 54 0 20 FC 48 28
Octal 71 34 256 103 124 0 40 374 110 50
Binary 111001 11100 10101110 1000011 1010100 0 100000 11111100 1001000 101000

Color Harmonies of #391CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391CAE

Black with #391CAE

Text Example


Text Example

White with #391CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,28,174); }

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

background-color css

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

 a { background-color: rgb(57,28,174); }

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

border-color css

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

 span { border-color: rgb(57,28,174); }

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