#3763FA

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

Shades of Royal Blue #3763FA

Tints of Royal Blue #3763FA

Color information

#3763FA (or 0x3763FA) is unknown color: approx Royal Blue. HEX triplet: 37, 63 and FA. RGB value is (55,99,250). Sum of RGB (Red+Green+Blue) = 55+99+250=404 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.61% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #3763FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3763FA is #C89C05. Grayscale: #666666. Windows color (decimal): -13147142 or 16409399. OLE color: 16409399.

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

Color convert

RGB5599250-
CMYK0.780.6000.02
HSL226.46º95.12%59.8%-
HSV(B)226.46º78%98.04%-
XYZ23.2916.6492.43-
YUV103.06210.9293.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.61%
GREEN value IS 99 (39.06% from 255) = 24.50%
BLUE value IS 250 (98.05% from 255) = 61.88%
R=13.61%
G=24.50%
B=61.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal55992500.780.6000.02226.4695.1259.8
Hex3763FA4E3C02e25f3c
Octal67143372116740234213774
Binary1101111100011111110101001110111100010111000101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3763FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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