#376AFA

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

Shades of Royal Blue #376AFA

Tints of Royal Blue #376AFA

Color information

#376AFA (or 0x376AFA) is unknown color: approx Royal Blue. HEX triplet: 37, 6A and FA. RGB value is (55,106,250). Sum of RGB (Red+Green+Blue) = 55+106+250=411 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.38% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #376AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #376AFA is #C89505. Grayscale: #6A6A6A. Windows color (decimal): -13145350 or 16411191. OLE color: 16411191.

HSL color Cylindrical-coordinate representation of color #376AFA: hue angle of 224.31º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #376AFA is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB55106250-
CMYK0.780.5800.02
HSL224.31º95.12%59.8%-
HSV(B)224.31º78%98.04%-
XYZ23.9818.0292.66-
YUV107.17208.690.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.38%
GREEN value IS 106 (41.80% from 255) = 25.79%
BLUE value IS 250 (98.05% from 255) = 60.83%
R=13.38%
G=25.79%
B=60.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal551062500.780.5800.02224.3195.1259.8
Hex376AFA4E3A02e05f3c
Octal67152372116720234013774
Binary1101111101010111110101001110111010010111000001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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