Html Css Color HEX #371F9F Blue Gem

📋 copy color: '#371F9F'

red 55 ◦ green 31 ◦ blue 159

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

Shades of Blue Gem #371F9F

Tints of Blue Gem #371F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.9%

R = 22.45%
G = 12.65%
B = 64.9%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#371F9F (or 0x371F9F) is known color: Blue Gem. HEX triplet: 37, 1F and 9F. RGB value is (55,31,159). Sum of RGB (Red+Green+Blue) = 55+31+159=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #371F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371F9F is #C8E060. Grayscale: #343434. Windows color (decimal): -13164641 or 10428215. OLE color: 10428215.

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

Color convert

RGB 55 31 159 -
CMYK 0.65 0.81 0 0.38
HSL 251.25º 0.67% 0.37% -
HSV(B) 251.25º 0.81% 0.62% -
XYZ 8.32 4.3 33.19 -
YUV 52.77 187.95 129.59 -
System Red Green Blue C M Y K H S L
Decimal 55 31 159 0.65 0.81 0 0.38 251.25 0.67 0.37
Hex 37 1F 9F 41 51 0 26 FB 43 25
Octal 67 37 237 101 121 0 46 373 103 45
Binary 110111 11111 10011111 1000001 1010001 0 100110 11111011 1000011 100101

Color Harmonies of #371F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371F9F

Black with #371F9F

Text Example


Text Example

White with #371F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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