#376EF0

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

Shades of Royal Blue #376EF0

Tints of Royal Blue #376EF0

Color information

#376EF0 (or 0x376EF0) is unknown color: approx Royal Blue. HEX triplet: 37, 6E and F0. RGB value is (55,110,240). Sum of RGB (Red+Green+Blue) = 55+110+240=405 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.58% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 240 (94.14% from 255 or 59.26% from 405); Max value from RGB is 240 - color contains mainly: blue. Hex color #376EF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376EF0 is #C8910F. Grayscale: #6B6B6B. Windows color (decimal): -13144336 or 15756855. OLE color: 15756855.

HSL color Cylindrical-coordinate representation of color #376EF0: hue angle of 222.16º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #376EF0 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB55110240-
CMYK0.770.5400.06
HSL222.16º86.05%57.84%-
HSV(B)222.16º77.08%94.12%-
XYZ22.8818.2684.76-
YUV108.37202.2889.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.58%
GREEN value IS 110 (43.36% from 255) = 27.16%
BLUE value IS 240 (94.14% from 255) = 59.26%
R=13.58%
G=27.16%
B=59.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal551102400.770.5400.06222.1686.0557.84
Hex376EF04D3606de563a
Octal67156360115660633612672
Binary11011111011101111000010011011101100110110111101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,110,240); }

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

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

 a { background-color: rgb(55,110,240); }

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

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

 span { border-color: rgb(55,110,240); }

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