#3F66F0

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

Shades of Royal Blue #3F66F0

Tints of Royal Blue #3F66F0

Color information

#3F66F0 (or 0x3F66F0) is unknown color: approx Royal Blue. HEX triplet: 3F, 66 and F0. RGB value is (63,102,240). Sum of RGB (Red+Green+Blue) = 63+102+240=405 (53% of max value = 765). Red value is 63 (25% from 255 or 15.56% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 240 (94.14% from 255 or 59.26% from 405); Max value from RGB is 240 - color contains mainly: blue. Hex color #3F66F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F66F0 is #C0990F. Grayscale: #696969. Windows color (decimal): -12622096 or 15754815. OLE color: 15754815.

HSL color Cylindrical-coordinate representation of color #3F66F0: hue angle of 226.78º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F66F0 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB63102240-
CMYK0.740.5800.06
HSL226.78º85.51%59.41%-
HSV(B)226.78º73.75%94.12%-
XYZ22.5316.8584.5-
YUV106.07203.5897.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.56%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 240 (94.14% from 255) = 59.26%
R=15.56%
G=25.19%
B=59.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal631022400.740.5800.06226.7885.5159.41
Hex3F66F04A3A06e3563b
Octal77146360112720634312673
Binary11111111001101111000010010101110100110111000111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F66F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F66F0; }

 p { color: rgb(63,102,240); }

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

<style>
 a { background-color: #3F66F0; }

 a { background-color: rgb(63,102,240); }

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

<style>
 span { border-color: #3F66F0; }

 span { border-color: rgb(63,102,240); }

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