#3F64FC

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

Shades of Royal Blue #3F64FC

Tints of Royal Blue #3F64FC

Color information

#3F64FC (or 0x3F64FC) is unknown color: approx Royal Blue. HEX triplet: 3F, 64 and FC. RGB value is (63,100,252). Sum of RGB (Red+Green+Blue) = 63+100+252=415 (54% of max value = 765). Red value is 63 (25% from 255 or 15.18% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F64FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F64FC is #C09B03. Grayscale: #696969. Windows color (decimal): -12622596 or 16540735. OLE color: 16540735.

HSL color Cylindrical-coordinate representation of color #3F64FC: hue angle of 228.25º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F64FC is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB63100252-
CMYK0.750.6000.01
HSL228.25º96.92%61.76%-
HSV(B)228.25º75%98.82%-
XYZ24.1817.294.14-
YUV106.26210.2497.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.18%
GREEN value IS 100 (39.45% from 255) = 24.10%
BLUE value IS 252 (98.83% from 255) = 60.72%
R=15.18%
G=24.10%
B=60.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal631002520.750.6000.01228.2596.9261.76
Hex3F64FC4B3C01e4613e
Octal77144374113740134414176
Binary111111110010011111100100101111110001111001001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F64FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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