#3F6BF1

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

Shades of Royal Blue #3F6BF1

Tints of Royal Blue #3F6BF1

Color information

#3F6BF1 (or 0x3F6BF1) is unknown color: approx Royal Blue. HEX triplet: 3F, 6B and F1. RGB value is (63,107,241). Sum of RGB (Red+Green+Blue) = 63+107+241=411 (54% of max value = 765). Red value is 63 (25% from 255 or 15.33% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 241 (94.53% from 255 or 58.64% from 411); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F6BF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F6BF1 is #C0940E. Grayscale: #6C6C6C. Windows color (decimal): -12620815 or 15821631. OLE color: 15821631.

HSL color Cylindrical-coordinate representation of color #3F6BF1: hue angle of 225.17º 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 #3F6BF1 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB63107241-
CMYK0.740.5600.05
HSL225.17º86.41%59.61%-
HSV(B)225.17º73.86%94.51%-
XYZ23.1817.9285.46-
YUV109.12202.4295.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.33%
GREEN value IS 107 (42.19% from 255) = 26.03%
BLUE value IS 241 (94.53% from 255) = 58.64%
R=15.33%
G=26.03%
B=58.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal631072410.740.5600.05225.1786.4159.61
Hex3F6BF14A3805e1563c
Octal77153361112700534112674
Binary11111111010111111000110010101110000101111000011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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