Html Css Color HEX #371AAF Blue Gem

📋 copy color: '#371AAF'

red 55 ◦ green 26 ◦ blue 175

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

Shades of Blue Gem #371AAF

Tints of Blue Gem #371AAF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.16%

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

R = 21.48%
G = 10.16%
B = 68.36%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#371AAF (or 0x371AAF) is known color: Blue Gem. HEX triplet: 37, 1A and AF. RGB value is (55,26,175). Sum of RGB (Red+Green+Blue) = 55+26+175=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #371AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371AAF is #C8E550. Grayscale: #333333. Windows color (decimal): -13165905 or 11475511. OLE color: 11475511.

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

Color convert

RGB 55 26 175 -
CMYK 0.69 0.85 0 0.31
HSL 251.68º 0.74% 0.39% -
HSV(B) 251.68º 0.85% 0.69% -
XYZ 9.68 4.65 40.94 -
YUV 51.66 197.61 130.38 -
System Red Green Blue C M Y K H S L
Decimal 55 26 175 0.69 0.85 0 0.31 251.68 0.74 0.39
Hex 37 1A AF 45 55 0 1F FC 4A 27
Octal 67 32 257 105 125 0 37 374 112 47
Binary 110111 11010 10101111 1000101 1010101 0 11111 11111100 1001010 100111

Color Harmonies of #371AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371AAF

Black with #371AAF

Text Example


Text Example

White with #371AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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