#3f60f1

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

Shades of Royal Blue #3F60F1

Tints of Royal Blue #3F60F1

Color information

#3F60F1 (or 0x3F60F1) is unknown color: approx Royal Blue. HEX triplet: 3F, 60 and F1. RGB value is (63,96,241). Sum of RGB (Red+Green+Blue) = 63+96+241=400 (52% of max value = 765). Red value is 63 (25% from 255 or 15.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 241 (94.53% from 255 or 60.25% from 400); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F60F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F60F1 is #C09F0E. Grayscale: #666666. Windows color (decimal): -12623631 or 15818815. OLE color: 15818815.

HSL color Cylindrical-coordinate representation of color #3F60F1: hue angle of 228.88º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F60F1 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6396241-
CMYK0.740.6000.05
HSL228.88º86.41%59.61%-
HSV(B)228.88º73.86%94.51%-
XYZ22.1115.7785.1-
YUV102.66206.0799.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.75%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 241 (94.53% from 255) = 60.25%
R=15.75%
G=24%
B=60.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal63962410.740.6000.05228.8886.4159.61
Hex3F60F14A3C05e5563c
Octal77140361112740534512674
Binary11111111000001111000110010101111000101111001011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f60f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,96,241); }

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

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

 a { background-color: rgb(63,96,241); }

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

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

 span { border-color: rgb(63,96,241); }

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