Html Css Color HEX #371EAC Blue Gem

📋 copy color: '#371EAC'

red 55 ◦ green 30 ◦ blue 172

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

Shades of Blue Gem #371EAC

Tints of Blue Gem #371EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 66.93%

R = 21.4%
G = 11.67%
B = 66.93%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#371EAC (or 0x371EAC) is known color: Blue Gem. HEX triplet: 37, 1E and AC. RGB value is (55,30,172). Sum of RGB (Red+Green+Blue) = 55+30+172=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #371EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371EAC is #C8E153. Grayscale: #353535. Windows color (decimal): -13164884 or 11279927. OLE color: 11279927.

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

Color convert

RGB 55 30 172 -
CMYK 0.68 0.83 0 0.33
HSL 250.56º 0.7% 0.4% -
HSV(B) 250.56º 0.83% 0.67% -
XYZ 9.49 4.72 39.44 -
YUV 53.66 194.78 128.95 -
System Red Green Blue C M Y K H S L
Decimal 55 30 172 0.68 0.83 0 0.33 250.56 0.7 0.4
Hex 37 1E AC 44 53 0 21 FB 46 28
Octal 67 36 254 104 123 0 41 373 106 50
Binary 110111 11110 10101100 1000100 1010011 0 100001 11111011 1000110 101000

Color Harmonies of #371EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371EAC

Black with #371EAC

Text Example


Text Example

White with #371EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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