Html Css Color HEX #371BA5 Blue Gem

📋 copy color: '#371BA5'

red 55 ◦ green 27 ◦ blue 165

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

Shades of Blue Gem #371BA5

Tints of Blue Gem #371BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 66.8%

R = 22.27%
G = 10.93%
B = 66.8%

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

#371BA5 (or 0x371BA5) is known color: Blue Gem. HEX triplet: 37, 1B and A5. RGB value is (55,27,165). Sum of RGB (Red+Green+Blue) = 55+27+165=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 165 (64.84% from 255 or 66.80% from 247); Max value from RGB is 165 - color contains mainly: blue. Hex color #371BA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371BA5 is #C8E45A. Grayscale: #323232. Windows color (decimal): -13165659 or 10820407. OLE color: 10820407.

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

Color convert

RGB 55 27 165 -
CMYK 0.67 0.84 0 0.35
HSL 252.17º 0.72% 0.38% -
HSV(B) 252.17º 0.84% 0.65% -
XYZ 8.76 4.31 35.97 -
YUV 51.1 192.28 130.78 -
System Red Green Blue C M Y K H S L
Decimal 55 27 165 0.67 0.84 0 0.35 252.17 0.72 0.38
Hex 37 1B A5 43 54 0 23 FC 48 26
Octal 67 33 245 103 124 0 43 374 110 46
Binary 110111 11011 10100101 1000011 1010100 0 100011 11111100 1001000 100110

Color Harmonies of #371BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371BA5

Black with #371BA5

Text Example


Text Example

White with #371BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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