#376FE5

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

Shades of Royal Blue #376FE5

Tints of Royal Blue #376FE5

Color information

#376FE5 (or 0x376FE5) is unknown color: approx Royal Blue. HEX triplet: 37, 6F and E5. RGB value is (55,111,229). Sum of RGB (Red+Green+Blue) = 55+111+229=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 229 (89.84% from 255 or 57.97% from 395); Max value from RGB is 229 - color contains mainly: blue. Hex color #376FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376FE5 is #C8901A. Grayscale: #6B6B6B. Windows color (decimal): -13144091 or 15036215. OLE color: 15036215.

HSL color Cylindrical-coordinate representation of color #376FE5: hue angle of 220.69º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #376FE5 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB55111229-
CMYK0.760.5200.10
HSL220.69º76.99%55.69%-
HSV(B)220.69º75.98%89.8%-
XYZ21.417.8476.44-
YUV107.71196.4590.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.92%
GREEN value IS 111 (43.75% from 255) = 28.10%
BLUE value IS 229 (89.84% from 255) = 57.97%
R=13.92%
G=28.10%
B=57.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal551112290.760.5200.10220.6976.9955.69
Hex376FE54C340Add4d38
Octal671573451146401233511570
Binary110111110111111100101100110011010001010110111011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,111,229); }

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

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

 a { background-color: rgb(55,111,229); }

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

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

 span { border-color: rgb(55,111,229); }

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