Html Css Color HEX #371DAF Blue Gem

📋 copy color: '#371DAF'

red 55 ◦ green 29 ◦ blue 175

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

Shades of Blue Gem #371DAF

Tints of Blue Gem #371DAF

RGB

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

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

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

R = 21.24%
G = 11.2%
B = 67.57%

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

#371DAF (or 0x371DAF) is known color: Blue Gem. HEX triplet: 37, 1D and AF. RGB value is (55,29,175). Sum of RGB (Red+Green+Blue) = 55+29+175=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 175 (68.75% from 255 or 67.57% from 259); Max value from RGB is 175 - color contains mainly: blue. Hex color #371DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371DAF is #C8E250. Grayscale: #343434. Windows color (decimal): -13165137 or 11476279. OLE color: 11476279.

HSL color Cylindrical-coordinate representation of color #371DAF: hue angle of 250.68º degrees, saturation: 0.72, 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 #371DAF is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 29 175 -
CMYK 0.69 0.83 0 0.31
HSL 250.68º 0.72% 0.4% -
HSV(B) 250.68º 0.83% 0.69% -
XYZ 9.75 4.79 40.97 -
YUV 53.42 196.61 129.13 -
System Red Green Blue C M Y K H S L
Decimal 55 29 175 0.69 0.83 0 0.31 250.68 0.72 0.4
Hex 37 1D AF 45 53 0 1F FB 48 28
Octal 67 35 257 105 123 0 37 373 110 50
Binary 110111 11101 10101111 1000101 1010011 0 11111 11111011 1001000 101000

Color Harmonies of #371DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371DAF

Black with #371DAF

Text Example


Text Example

White with #371DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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