Html Css Color HEX #371FAA Blue Gem

📋 copy color: '#371FAA'

red 55 ◦ green 31 ◦ blue 170

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

Shades of Blue Gem #371FAA

Tints of Blue Gem #371FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 66.41%

R = 21.48%
G = 12.11%
B = 66.41%

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

#371FAA (or 0x371FAA) is known color: Blue Gem. HEX triplet: 37, 1F and AA. RGB value is (55,31,170). Sum of RGB (Red+Green+Blue) = 55+31+170=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #371FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371FAA is #C8E055. Grayscale: #353535. Windows color (decimal): -13164630 or 11149111. OLE color: 11149111.

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

Color convert

RGB 55 31 170 -
CMYK 0.68 0.82 0 0.33
HSL 250.36º 0.69% 0.39% -
HSV(B) 250.36º 0.82% 0.67% -
XYZ 9.32 4.69 38.45 -
YUV 54.02 193.45 128.7 -
System Red Green Blue C M Y K H S L
Decimal 55 31 170 0.68 0.82 0 0.33 250.36 0.69 0.39
Hex 37 1F AA 44 52 0 21 FA 45 27
Octal 67 37 252 104 122 0 41 372 105 47
Binary 110111 11111 10101010 1000100 1010010 0 100001 11111010 1000101 100111

Color Harmonies of #371FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371FAA

Black with #371FAA

Text Example


Text Example

White with #371FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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