#376BD5

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

Shades of Royal Blue #376BD5

Tints of Royal Blue #376BD5

Color information

#376BD5 (or 0x376BD5) is unknown color: approx Royal Blue. HEX triplet: 37, 6B and D5. RGB value is (55,107,213). Sum of RGB (Red+Green+Blue) = 55+107+213=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 213 (83.59% from 255 or 56.8% from 375); Max value from RGB is 213 - color contains mainly: blue. Hex color #376BD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376BD5 is #C8942A. Grayscale: #676767. Windows color (decimal): -13145131 or 13986615. OLE color: 13986615.

HSL color Cylindrical-coordinate representation of color #376BD5: hue angle of 220.25º degrees, saturation: 0.65, 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 #376BD5 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB55107213-
CMYK0.740.5000.16
HSL220.25º65.29%52.55%-
HSV(B)220.25º74.18%83.53%-
XYZ18.8416.1365.07-
YUV103.54189.7793.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.67%
GREEN value IS 107 (42.19% from 255) = 28.53%
BLUE value IS 213 (83.59% from 255) = 56.8%
R=14.67%
G=28.53%
B=56.8%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal551072130.740.5000.16220.2565.2952.55
Hex376BD54A32010dc4135
Octal671533251126202033410165
Binary1101111101011110101011001010110010010000110111001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,107,213); }

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

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

 a { background-color: rgb(55,107,213); }

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

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

 span { border-color: rgb(55,107,213); }

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