#371DA6

Color #371DA6 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #371DA6

Tints of Blue Gem #371DA6

Color information

#371DA6 (or 0x371DA6) is unknown color: approx Blue Gem. HEX triplet: 37, 1D and A6. RGB value is (55,29,166). Sum of RGB (Red+Green+Blue) = 55+29+166=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 166 (65.23% from 255 or 66.4% from 250); Max value from RGB is 166 - color contains mainly: blue. Hex color #371DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371DA6 is #C8E259. Grayscale: #333333. Windows color (decimal): -13165146 or 10886455. OLE color: 10886455.

HSL color Cylindrical-coordinate representation of color #371DA6: hue angle of 251.39º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #371DA6 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5529166-
CMYK0.670.8300.35
HSL251.39º70.26%38.24%-
HSV(B)251.39º82.53%65.1%-
XYZ8.94.4436.47-
YUV52.39192.11129.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22%
GREEN value IS 29 (11.72% from 255) = 11.6%
BLUE value IS 166 (65.23% from 255) = 66.4%
R=22%
G=11.6%
B=66.4%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal55291660.670.8300.35251.3970.2638.24
Hex371DA64353023fb4626
Octal673524610312304337310646
Binary1101111110110100110100001110100110100011111110111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #371DA6;
 }
 .AnyTagClassName
 {
   color: #371DA6;
 }
</style>
background-color css

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

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

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

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

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

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