Html Css Color HEX #371BA6 Blue Gem

📋 copy color: '#371BA6'

red 55 ◦ green 27 ◦ blue 166

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

Shades of Blue Gem #371BA6

Tints of Blue Gem #371BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 66.94%

R = 22.18%
G = 10.89%
B = 66.94%

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

#371BA6 (or 0x371BA6) is known color: Blue Gem. HEX triplet: 37, 1B and A6. RGB value is (55,27,166). Sum of RGB (Red+Green+Blue) = 55+27+166=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 166 (65.23% from 255 or 66.94% from 248); Max value from RGB is 166 - color contains mainly: blue. Hex color #371BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371BA6 is #C8E459. Grayscale: #323232. Windows color (decimal): -13165658 or 10885943. OLE color: 10885943.

HSL color Cylindrical-coordinate representation of color #371BA6: hue angle of 252.09º 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 #371BA6 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 55 27 166 -
CMYK 0.67 0.84 0 0.35
HSL 252.09º 0.72% 0.38% -
HSV(B) 252.09º 0.84% 0.65% -
XYZ 8.85 4.35 36.45 -
YUV 51.22 192.78 130.7 -
System Red Green Blue C M Y K H S L
Decimal 55 27 166 0.67 0.84 0 0.35 252.09 0.72 0.38
Hex 37 1B A6 43 54 0 23 FC 48 26
Octal 67 33 246 103 124 0 43 374 110 46
Binary 110111 11011 10100110 1000011 1010100 0 100011 11111100 1001000 100110

Color Harmonies of #371BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371BA6

Black with #371BA6

Text Example


Text Example

White with #371BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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