Html Css Color HEX #371BA7 Blue Gem

📋 copy color: '#371BA7'

red 55 ◦ green 27 ◦ blue 167

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

Shades of Blue Gem #371BA7

Tints of Blue Gem #371BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 67.07%

R = 22.09%
G = 10.84%
B = 67.07%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#371BA7 (or 0x371BA7) is known color: Blue Gem. HEX triplet: 37, 1B and A7. RGB value is (55,27,167). Sum of RGB (Red+Green+Blue) = 55+27+167=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 167 (65.62% from 255 or 67.07% from 249); Max value from RGB is 167 - color contains mainly: blue. Hex color #371BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371BA7 is #C8E458. Grayscale: #323232. Windows color (decimal): -13165657 or 10951479. OLE color: 10951479.

HSL color Cylindrical-coordinate representation of color #371BA7: hue angle of 252º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371BA7 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 55 27 167 -
CMYK 0.67 0.84 0 0.35
HSL 252º 0.72% 0.38% -
HSV(B) 252º 0.84% 0.65% -
XYZ 8.94 4.39 36.93 -
YUV 51.33 193.28 130.62 -
System Red Green Blue C M Y K H S L
Decimal 55 27 167 0.67 0.84 0 0.35 252 0.72 0.38
Hex 37 1B A7 43 54 0 23 FC 48 26
Octal 67 33 247 103 124 0 43 374 110 46
Binary 110111 11011 10100111 1000011 1010100 0 100011 11111100 1001000 100110

Color Harmonies of #371BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371BA7

Black with #371BA7

Text Example


Text Example

White with #371BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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