Html Css Color HEX #371BAE Blue Gem

📋 copy color: '#371BAE'

red 55 ◦ green 27 ◦ blue 174

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

Shades of Blue Gem #371BAE

Tints of Blue Gem #371BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 67.97%

R = 21.48%
G = 10.55%
B = 67.97%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#371BAE (or 0x371BAE) is known color: Blue Gem. HEX triplet: 37, 1B and AE. RGB value is (55,27,174). Sum of RGB (Red+Green+Blue) = 55+27+174=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #371BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371BAE is #C8E451. Grayscale: #333333. Windows color (decimal): -13165650 or 11410231. OLE color: 11410231.

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

Color convert

RGB 55 27 174 -
CMYK 0.68 0.84 0 0.32
HSL 251.43º 0.73% 0.39% -
HSV(B) 251.43º 0.84% 0.68% -
XYZ 9.61 4.65 40.44 -
YUV 52.13 196.78 130.05 -
System Red Green Blue C M Y K H S L
Decimal 55 27 174 0.68 0.84 0 0.32 251.43 0.73 0.39
Hex 37 1B AE 44 54 0 20 FB 49 27
Octal 67 33 256 104 124 0 40 373 111 47
Binary 110111 11011 10101110 1000100 1010100 0 100000 11111011 1001001 100111

Color Harmonies of #371BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371BAE

Black with #371BAE

Text Example


Text Example

White with #371BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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