Html Css Color HEX #371BAA Blue Gem

📋 copy color: '#371BAA'

red 55 ◦ green 27 ◦ blue 170

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

Shades of Blue Gem #371BAA

Tints of Blue Gem #371BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.71%

 BLUE value IS 170 (66.8% from 255) = 67.46%

R = 21.83%
G = 10.71%
B = 67.46%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#371BAA (or 0x371BAA) is known color: Blue Gem. HEX triplet: 37, 1B and AA. RGB value is (55,27,170). Sum of RGB (Red+Green+Blue) = 55+27+170=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #371BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371BAA is #C8E455. Grayscale: #333333. Windows color (decimal): -13165654 or 11148087. OLE color: 11148087.

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

Color convert

RGB 55 27 170 -
CMYK 0.68 0.84 0 0.33
HSL 251.75º 0.73% 0.39% -
HSV(B) 251.75º 0.84% 0.67% -
XYZ 9.22 4.5 38.41 -
YUV 51.67 194.78 130.37 -
System Red Green Blue C M Y K H S L
Decimal 55 27 170 0.68 0.84 0 0.33 251.75 0.73 0.39
Hex 37 1B AA 44 54 0 21 FC 49 27
Octal 67 33 252 104 124 0 41 374 111 47
Binary 110111 11011 10101010 1000100 1010100 0 100001 11111100 1001001 100111

Color Harmonies of #371BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371BAA

Black with #371BAA

Text Example


Text Example

White with #371BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,27,170); }

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

background-color css

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

 a { background-color: rgb(55,27,170); }

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

border-color css

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

 span { border-color: rgb(55,27,170); }

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