Html Css Color HEX #371AAC Blue Gem

📋 copy color: '#371AAC'

red 55 ◦ green 26 ◦ blue 172

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

Shades of Blue Gem #371AAC

Tints of Blue Gem #371AAC

RGB

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

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

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

R = 21.74%
G = 10.28%
B = 67.98%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#371AAC (or 0x371AAC) is known color: Blue Gem. HEX triplet: 37, 1A and AC. RGB value is (55,26,172). Sum of RGB (Red+Green+Blue) = 55+26+172=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #371AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371AAC is #C8E553. Grayscale: #323232. Windows color (decimal): -13165908 or 11278903. OLE color: 11278903.

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

Color convert

RGB 55 26 172 -
CMYK 0.68 0.85 0 0.33
HSL 251.92º 0.74% 0.39% -
HSV(B) 251.92º 0.85% 0.67% -
XYZ 9.39 4.53 39.41 -
YUV 51.32 196.11 130.63 -
System Red Green Blue C M Y K H S L
Decimal 55 26 172 0.68 0.85 0 0.33 251.92 0.74 0.39
Hex 37 1A AC 44 55 0 21 FC 4A 27
Octal 67 32 254 104 125 0 41 374 112 47
Binary 110111 11010 10101100 1000100 1010101 0 100001 11111100 1001010 100111

Color Harmonies of #371AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371AAC

Black with #371AAC

Text Example


Text Example

White with #371AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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