#3661FB

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

Shades of Royal Blue #3661FB

Tints of Royal Blue #3661FB

Color information

#3661FB (or 0x3661FB) is unknown color: approx Royal Blue. HEX triplet: 36, 61 and FB. RGB value is (54,97,251). Sum of RGB (Red+Green+Blue) = 54+97+251=402 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.43% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #3661FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3661FB is #C99E04. Grayscale: #656565. Windows color (decimal): -13213189 or 16474422. OLE color: 16474422.

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

Color convert

RGB5497251-
CMYK0.780.6100.02
HSL226.9º96.1%59.8%-
HSV(B)226.9º78.49%98.43%-
XYZ23.2116.393.19-
YUV101.7212.2593.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.43%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 251 (98.44% from 255) = 62.44%
R=13.43%
G=24.13%
B=62.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal54972510.780.6100.02226.996.159.8
Hex3661FB4E3D02e3603c
Octal66141373116750234314074
Binary1101101100001111110111001110111101010111000111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3661FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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