Html Css Color HEX #371DA1 Blue Gem

📋 copy color: '#371DA1'

red 55 ◦ green 29 ◦ blue 161

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

Shades of Blue Gem #371DA1

Tints of Blue Gem #371DA1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.84%

 BLUE value IS 161 (63.28% from 255) = 65.71%

R = 22.45%
G = 11.84%
B = 65.71%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#371DA1 (or 0x371DA1) is known color: Blue Gem. HEX triplet: 37, 1D and A1. RGB value is (55,29,161). Sum of RGB (Red+Green+Blue) = 55+29+161=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 161 (63.28% from 255 or 65.71% from 245); Max value from RGB is 161 - color contains mainly: blue. Hex color #371DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371DA1 is #C8E25E. Grayscale: #333333. Windows color (decimal): -13165151 or 10558775. OLE color: 10558775.

HSL color Cylindrical-coordinate representation of color #371DA1: hue angle of 251.82º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #371DA1 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 29 161 -
CMYK 0.66 0.82 0 0.37
HSL 251.82º 0.69% 0.37% -
HSV(B) 251.82º 0.82% 0.63% -
XYZ 8.45 4.26 34.1 -
YUV 51.82 189.61 130.27 -
System Red Green Blue C M Y K H S L
Decimal 55 29 161 0.66 0.82 0 0.37 251.82 0.69 0.37
Hex 37 1D A1 42 52 0 25 FC 45 25
Octal 67 35 241 102 122 0 45 374 105 45
Binary 110111 11101 10100001 1000010 1010010 0 100101 11111100 1000101 100101

Color Harmonies of #371DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371DA1

Black with #371DA1

Text Example


Text Example

White with #371DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,29,161); }

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

background-color css

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

 a { background-color: rgb(55,29,161); }

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

border-color css

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

 span { border-color: rgb(55,29,161); }

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