#3F64F2

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

Shades of Royal Blue #3F64F2

Tints of Royal Blue #3F64F2

Color information

#3F64F2 (or 0x3F64F2) is unknown color: approx Royal Blue. HEX triplet: 3F, 64 and F2. RGB value is (63,100,242). Sum of RGB (Red+Green+Blue) = 63+100+242=405 (53% of max value = 765). Red value is 63 (25% from 255 or 15.56% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 242 (94.92% from 255 or 59.75% from 405); Max value from RGB is 242 - color contains mainly: blue. Hex color #3F64F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F64F2 is #C09B0D. Grayscale: #686868. Windows color (decimal): -12622606 or 15885375. OLE color: 15885375.

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

Color convert

RGB63100242-
CMYK0.740.5900.05
HSL227.6º87.32%59.8%-
HSV(B)227.6º73.97%94.9%-
XYZ22.6316.5886.01-
YUV105.12205.2497.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.56%
GREEN value IS 100 (39.45% from 255) = 24.69%
BLUE value IS 242 (94.92% from 255) = 59.75%
R=15.56%
G=24.69%
B=59.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal631002420.740.5900.05227.687.3259.8
Hex3F64F24A3B05e4573c
Octal77144362112730534412774
Binary11111111001001111001010010101110110101111001001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F64F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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