#3766FA

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

Shades of Royal Blue #3766FA

Tints of Royal Blue #3766FA

Color information

#3766FA (or 0x3766FA) is unknown color: approx Royal Blue. HEX triplet: 37, 66 and FA. RGB value is (55,102,250). Sum of RGB (Red+Green+Blue) = 55+102+250=407 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.51% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #3766FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3766FA is #C89905. Grayscale: #686868. Windows color (decimal): -13146374 or 16410167. OLE color: 16410167.

HSL color Cylindrical-coordinate representation of color #3766FA: hue angle of 225.54º 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 #3766FA is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB55102250-
CMYK0.780.5900.02
HSL225.54º95.12%59.8%-
HSV(B)225.54º78%98.04%-
XYZ23.5817.2292.52-
YUV104.82209.9392.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.51%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 250 (98.05% from 255) = 61.43%
R=13.51%
G=25.06%
B=61.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal551022500.780.5900.02225.5495.1259.8
Hex3766FA4E3B02e25f3c
Octal67146372116730234213774
Binary1101111100110111110101001110111011010111000101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3766FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3766FA; }

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

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

<style>
 a { background-color: #3766FA; }

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

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

<style>
 span { border-color: #3766FA; }

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

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