Html Css Color HEX #371FAB Blue Gem

📋 copy color: '#371FAB'

red 55 ◦ green 31 ◦ blue 171

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

Shades of Blue Gem #371FAB

Tints of Blue Gem #371FAB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.06%

 BLUE value IS 171 (67.19% from 255) = 66.54%

R = 21.4%
G = 12.06%
B = 66.54%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#371FAB (or 0x371FAB) is known color: Blue Gem. HEX triplet: 37, 1F and AB. RGB value is (55,31,171). Sum of RGB (Red+Green+Blue) = 55+31+171=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #371FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371FAB is #C8E054. Grayscale: #353535. Windows color (decimal): -13164629 or 11214647. OLE color: 11214647.

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

Color convert

RGB 55 31 171 -
CMYK 0.68 0.82 0 0.33
HSL 250.29º 0.69% 0.4% -
HSV(B) 250.29º 0.82% 0.67% -
XYZ 9.42 4.73 38.95 -
YUV 54.14 193.95 128.62 -
System Red Green Blue C M Y K H S L
Decimal 55 31 171 0.68 0.82 0 0.33 250.29 0.69 0.4
Hex 37 1F AB 44 52 0 21 FA 45 28
Octal 67 37 253 104 122 0 41 372 105 50
Binary 110111 11111 10101011 1000100 1010010 0 100001 11111010 1000101 101000

Color Harmonies of #371FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371FAB

Black with #371FAB

Text Example


Text Example

White with #371FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,31,171); }

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

background-color css

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

 a { background-color: rgb(55,31,171); }

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

border-color css

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

 span { border-color: rgb(55,31,171); }

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