Html Css Color HEX #371AAE Blue Gem

📋 copy color: '#371AAE'

red 55 ◦ green 26 ◦ blue 174

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

Shades of Blue Gem #371AAE

Tints of Blue Gem #371AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.2%

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

R = 21.57%
G = 10.2%
B = 68.24%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#371AAE (or 0x371AAE) is known color: Blue Gem. HEX triplet: 37, 1A and AE. RGB value is (55,26,174). Sum of RGB (Red+Green+Blue) = 55+26+174=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #371AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371AAE is #C8E551. Grayscale: #323232. Windows color (decimal): -13165906 or 11409975. OLE color: 11409975.

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

Color convert

RGB 55 26 174 -
CMYK 0.68 0.85 0 0.32
HSL 251.76º 0.74% 0.39% -
HSV(B) 251.76º 0.85% 0.68% -
XYZ 9.58 4.61 40.43 -
YUV 51.54 197.11 130.47 -
System Red Green Blue C M Y K H S L
Decimal 55 26 174 0.68 0.85 0 0.32 251.76 0.74 0.39
Hex 37 1A AE 44 55 0 20 FC 4A 27
Octal 67 32 256 104 125 0 40 374 112 47
Binary 110111 11010 10101110 1000100 1010101 0 100000 11111100 1001010 100111

Color Harmonies of #371AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371AAE

Black with #371AAE

Text Example


Text Example

White with #371AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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