Html Css Color HEX #371EA5 Blue Gem

📋 copy color: '#371EA5'

red 55 ◦ green 30 ◦ blue 165

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

Shades of Blue Gem #371EA5

Tints of Blue Gem #371EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 66%

R = 22%
G = 12%
B = 66%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#371EA5 (or 0x371EA5) is known color: Blue Gem. HEX triplet: 37, 1E and A5. RGB value is (55,30,165). Sum of RGB (Red+Green+Blue) = 55+30+165=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 165 (64.84% from 255 or 66% from 250); Max value from RGB is 165 - color contains mainly: blue. Hex color #371EA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371EA5 is #C8E15A. Grayscale: #343434. Windows color (decimal): -13164891 or 10821175. OLE color: 10821175.

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

Color convert

RGB 55 30 165 -
CMYK 0.67 0.82 0 0.35
HSL 251.11º 0.69% 0.38% -
HSV(B) 251.11º 0.82% 0.65% -
XYZ 8.83 4.46 35.99 -
YUV 52.87 191.28 129.52 -
System Red Green Blue C M Y K H S L
Decimal 55 30 165 0.67 0.82 0 0.35 251.11 0.69 0.38
Hex 37 1E A5 43 52 0 23 FB 45 26
Octal 67 36 245 103 122 0 43 373 105 46
Binary 110111 11110 10100101 1000011 1010010 0 100011 11111011 1000101 100110

Color Harmonies of #371EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371EA5

Black with #371EA5

Text Example


Text Example

White with #371EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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