#3765FA

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

Shades of Royal Blue #3765FA

Tints of Royal Blue #3765FA

Color information

#3765FA (or 0x3765FA) is unknown color: approx Royal Blue. HEX triplet: 37, 65 and FA. RGB value is (55,101,250). Sum of RGB (Red+Green+Blue) = 55+101+250=406 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.55% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #3765FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3765FA is #C89A05. Grayscale: #676767. Windows color (decimal): -13146630 or 16409911. OLE color: 16409911.

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

Color convert

RGB55101250-
CMYK0.780.6000.02
HSL225.85º95.12%59.8%-
HSV(B)225.85º78%98.04%-
XYZ23.4817.0292.49-
YUV104.23210.2692.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.55%
GREEN value IS 101 (39.84% from 255) = 24.88%
BLUE value IS 250 (98.05% from 255) = 61.58%
R=13.55%
G=24.88%
B=61.58%

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
Decimal551012500.780.6000.02225.8595.1259.8
Hex3765FA4E3C02e25f3c
Octal67145372116740234213774
Binary1101111100101111110101001110111100010111000101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3765FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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