#3F59F2

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

Shades of Royal Blue #3F59F2

Tints of Royal Blue #3F59F2

Color information

#3F59F2 (or 0x3F59F2) is unknown color: approx Royal Blue. HEX triplet: 3F, 59 and F2. RGB value is (63,89,242). Sum of RGB (Red+Green+Blue) = 63+89+242=394 (52% of max value = 765). Red value is 63 (25% from 255 or 15.99% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 242 (94.92% from 255 or 61.42% from 394); Max value from RGB is 242 - color contains mainly: blue. Hex color #3F59F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F59F2 is #C0A60D. Grayscale: #626262. Windows color (decimal): -12625422 or 15882559. OLE color: 15882559.

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

Color convert

RGB6389242-
CMYK0.740.6300.05
HSL231.28º87.32%59.8%-
HSV(B)231.28º73.97%94.9%-
XYZ21.6514.6185.68-
YUV98.67208.89102.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.99%
GREEN value IS 89 (35.16% from 255) = 22.59%
BLUE value IS 242 (94.92% from 255) = 61.42%
R=15.99%
G=22.59%
B=61.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal63892420.740.6300.05231.2887.3259.8
Hex3F59F24A3F05e7573c
Octal77131362112770534712774
Binary11111110110011111001010010101111110101111001111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F59F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,89,242); }

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

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

 a { background-color: rgb(63,89,242); }

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

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

 span { border-color: rgb(63,89,242); }

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