Html Css Color HEX #391CB2 Blue Gem

📋 copy color: '#391CB2'

red 57 ◦ green 28 ◦ blue 178

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

Shades of Blue Gem #391CB2

Tints of Blue Gem #391CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 67.68%

R = 21.67%
G = 10.65%
B = 67.68%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#391CB2 (or 0x391CB2) is known color: Blue Gem. HEX triplet: 39, 1C and B2. RGB value is (57,28,178). Sum of RGB (Red+Green+Blue) = 57+28+178=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 178 (69.92% from 255 or 67.68% from 263); Max value from RGB is 178 - color contains mainly: blue. Hex color #391CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391CB2 is #C6E34D. Grayscale: #353535. Windows color (decimal): -13034318 or 11672633. OLE color: 11672633.

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

Color convert

RGB 57 28 178 -
CMYK 0.68 0.84 0 0.30
HSL 251.6º 0.73% 0.4% -
HSV(B) 251.6º 0.84% 0.7% -
XYZ 10.14 4.91 42.53 -
YUV 53.77 198.11 130.3 -
System Red Green Blue C M Y K H S L
Decimal 57 28 178 0.68 0.84 0 0.30 251.6 0.73 0.4
Hex 39 1C B2 44 54 0 1E FC 49 28
Octal 71 34 262 104 124 0 36 374 111 50
Binary 111001 11100 10110010 1000100 1010100 0 11110 11111100 1001001 101000

Color Harmonies of #391CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391CB2

Black with #391CB2

Text Example


Text Example

White with #391CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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