Html Css Color HEX #371EAF Blue Gem

📋 copy color: '#371EAF'

red 55 ◦ green 30 ◦ blue 175

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

Shades of Blue Gem #371EAF

Tints of Blue Gem #371EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.54%

 BLUE value IS 175 (68.75% from 255) = 67.31%

R = 21.15%
G = 11.54%
B = 67.31%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#371EAF (or 0x371EAF) is known color: Blue Gem. HEX triplet: 37, 1E and AF. RGB value is (55,30,175). Sum of RGB (Red+Green+Blue) = 55+30+175=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 175 (68.75% from 255 or 67.31% from 260); Max value from RGB is 175 - color contains mainly: blue. Hex color #371EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371EAF is #C8E150. Grayscale: #353535. Windows color (decimal): -13164881 or 11476535. OLE color: 11476535.

HSL color Cylindrical-coordinate representation of color #371EAF: hue angle of 250.34º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #371EAF is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 30 175 -
CMYK 0.69 0.83 0 0.31
HSL 250.34º 0.71% 0.4% -
HSV(B) 250.34º 0.83% 0.69% -
XYZ 9.78 4.84 40.98 -
YUV 54.01 196.28 128.71 -
System Red Green Blue C M Y K H S L
Decimal 55 30 175 0.69 0.83 0 0.31 250.34 0.71 0.4
Hex 37 1E AF 45 53 0 1F FA 47 28
Octal 67 36 257 105 123 0 37 372 107 50
Binary 110111 11110 10101111 1000101 1010011 0 11111 11111010 1000111 101000

Color Harmonies of #371EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371EAF

Black with #371EAF

Text Example


Text Example

White with #371EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,30,175); }

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

background-color css

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

 a { background-color: rgb(55,30,175); }

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

border-color css

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

 span { border-color: rgb(55,30,175); }

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