Html Css Color HEX #371CB0 Blue Gem

📋 copy color: '#371CB0'

red 55 ◦ green 28 ◦ blue 176

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

Shades of Blue Gem #371CB0

Tints of Blue Gem #371CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 67.95%

R = 21.24%
G = 10.81%
B = 67.95%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#371CB0 (or 0x371CB0) is known color: Blue Gem. HEX triplet: 37, 1C and B0. RGB value is (55,28,176). Sum of RGB (Red+Green+Blue) = 55+28+176=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 176 (69.14% from 255 or 67.95% from 259); Max value from RGB is 176 - color contains mainly: blue. Hex color #371CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371CB0 is #C8E34F. Grayscale: #343434. Windows color (decimal): -13165392 or 11541559. OLE color: 11541559.

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

Color convert

RGB 55 28 176 -
CMYK 0.69 0.84 0 0.31
HSL 250.95º 0.73% 0.4% -
HSV(B) 250.95º 0.84% 0.69% -
XYZ 9.83 4.78 41.48 -
YUV 52.95 197.45 129.47 -
System Red Green Blue C M Y K H S L
Decimal 55 28 176 0.69 0.84 0 0.31 250.95 0.73 0.4
Hex 37 1C B0 45 54 0 1F FB 49 28
Octal 67 34 260 105 124 0 37 373 111 50
Binary 110111 11100 10110000 1000101 1010100 0 11111 11111011 1001001 101000

Color Harmonies of #371CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371CB0

Black with #371CB0

Text Example


Text Example

White with #371CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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