Html Css Color HEX #371EAE Blue Gem

📋 copy color: '#371EAE'

red 55 ◦ green 30 ◦ blue 174

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

Shades of Blue Gem #371EAE

Tints of Blue Gem #371EAE

RGB

 RED value IS 55 (21.88% from 255) = 21.24%

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

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

R = 21.24%
G = 11.58%
B = 67.18%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#371EAE (or 0x371EAE) is known color: Blue Gem. HEX triplet: 37, 1E and AE. RGB value is (55,30,174). Sum of RGB (Red+Green+Blue) = 55+30+174=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 30 (12.11% from 255 or 11.58% 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 #371EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371EAE is #C8E151. Grayscale: #353535. Windows color (decimal): -13164882 or 11410999. OLE color: 11410999.

HSL color Cylindrical-coordinate representation of color #371EAE: hue angle of 250.42º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #371EAE is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 30 174 -
CMYK 0.68 0.83 0 0.32
HSL 250.42º 0.71% 0.4% -
HSV(B) 250.42º 0.83% 0.68% -
XYZ 9.68 4.8 40.46 -
YUV 53.89 195.78 128.79 -
System Red Green Blue C M Y K H S L
Decimal 55 30 174 0.68 0.83 0 0.32 250.42 0.71 0.4
Hex 37 1E AE 44 53 0 20 FA 47 28
Octal 67 36 256 104 123 0 40 372 107 50
Binary 110111 11110 10101110 1000100 1010011 0 100000 11111010 1000111 101000

Color Harmonies of #371EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371EAE

Black with #371EAE

Text Example


Text Example

White with #371EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371EAE; }

 p { color: rgb(55,30,174); }

 H1.HeaderClassName
 {
   color: #371EAE;
 }
 .AnyTagClassName
 {
   color: #371EAE;
 }
</style>

background-color css

<style>
 a { background-color: #371EAE; }

 a { background-color: rgb(55,30,174); }

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

border-color css

<style>
 span { border-color: #371EAE; }

 span { border-color: rgb(55,30,174); }

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