#376AD7

Color #376AD7 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #376AD7

Tints of Royal Blue #376AD7

Color information

#376AD7 (or 0x376AD7) is unknown color: approx Royal Blue. HEX triplet: 37, 6A and D7. RGB value is (55,106,215). Sum of RGB (Red+Green+Blue) = 55+106+215=376 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.63% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 215 (84.38% from 255 or 57.18% from 376); Max value from RGB is 215 - color contains mainly: blue. Hex color #376AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376AD7 is #C89528. Grayscale: #666666. Windows color (decimal): -13145385 or 14117431. OLE color: 14117431.

HSL color Cylindrical-coordinate representation of color #376AD7: hue angle of 220.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #376AD7 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB55106215-
CMYK0.740.5100.16
HSL220.88º66.67%52.94%-
HSV(B)220.88º74.42%84.31%-
XYZ1916.0366.38-
YUV103.18191.193.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.63%
GREEN value IS 106 (41.80% from 255) = 28.19%
BLUE value IS 215 (84.38% from 255) = 57.18%
R=14.63%
G=28.19%
B=57.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal551062150.740.5100.16220.8866.6752.94
Hex376AD74A33010dd4335
Octal671523271126302033510365
Binary1101111101010110101111001010110011010000110111011000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376AD7; }

 p { color: rgb(55,106,215); }

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

<style>
 a { background-color: #376AD7; }

 a { background-color: rgb(55,106,215); }

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

<style>
 span { border-color: #376AD7; }

 span { border-color: rgb(55,106,215); }

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