#3660FB

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

Shades of Royal Blue #3660FB

Tints of Royal Blue #3660FB

Color information

#3660FB (or 0x3660FB) is unknown color: approx Royal Blue. HEX triplet: 36, 60 and FB. RGB value is (54,96,251). Sum of RGB (Red+Green+Blue) = 54+96+251=401 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.47% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #3660FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3660FB is #C99F04. Grayscale: #646464. Windows color (decimal): -13213445 or 16474166. OLE color: 16474166.

HSL color Cylindrical-coordinate representation of color #3660FB: hue angle of 227.21º degrees, saturation: 0.96, 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 #3660FB is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5496251-
CMYK0.780.6200.02
HSL227.21º96.1%59.8%-
HSV(B)227.21º78.49%98.43%-
XYZ23.1216.1293.16-
YUV101.11212.5994.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.47%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 251 (98.44% from 255) = 62.59%
R=13.47%
G=23.94%
B=62.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal54962510.780.6200.02227.2196.159.8
Hex3660FB4E3E02e3603c
Octal66140373116760234314074
Binary1101101100000111110111001110111110010111000111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3660FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3660FB; }

 p { color: rgb(54,96,251); }

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

<style>
 a { background-color: #3660FB; }

 a { background-color: rgb(54,96,251); }

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

<style>
 span { border-color: #3660FB; }

 span { border-color: rgb(54,96,251); }

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