Html Css Color HEX #371CAA Blue Gem

📋 copy color: '#371CAA'

red 55 ◦ green 28 ◦ blue 170

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

Shades of Blue Gem #371CAA

Tints of Blue Gem #371CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.07%

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

R = 21.74%
G = 11.07%
B = 67.19%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#371CAA (or 0x371CAA) is known color: Blue Gem. HEX triplet: 37, 1C and AA. RGB value is (55,28,170). Sum of RGB (Red+Green+Blue) = 55+28+170=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #371CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371CAA is #C8E355. Grayscale: #333333. Windows color (decimal): -13165398 or 11148343. OLE color: 11148343.

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

Color convert

RGB 55 28 170 -
CMYK 0.68 0.84 0 0.33
HSL 251.41º 0.72% 0.39% -
HSV(B) 251.41º 0.84% 0.67% -
XYZ 9.25 4.55 38.42 -
YUV 52.26 194.45 129.95 -
System Red Green Blue C M Y K H S L
Decimal 55 28 170 0.68 0.84 0 0.33 251.41 0.72 0.39
Hex 37 1C AA 44 54 0 21 FB 48 27
Octal 67 34 252 104 124 0 41 373 110 47
Binary 110111 11100 10101010 1000100 1010100 0 100001 11111011 1001000 100111

Color Harmonies of #371CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371CAA

Black with #371CAA

Text Example


Text Example

White with #371CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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