#3F63E4

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

Shades of Royal Blue #3F63E4

Tints of Royal Blue #3F63E4

Color information

#3F63E4 (or 0x3F63E4) is unknown color: approx Royal Blue. HEX triplet: 3F, 63 and E4. RGB value is (63,99,228). Sum of RGB (Red+Green+Blue) = 63+99+228=390 (51% of max value = 765). Red value is 63 (25% from 255 or 16.15% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 228 (89.45% from 255 or 58.46% from 390); Max value from RGB is 228 - color contains mainly: blue. Hex color #3F63E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F63E4 is #C09C1B. Grayscale: #666666. Windows color (decimal): -12622876 or 14967615. OLE color: 14967615.

HSL color Cylindrical-coordinate representation of color #3F63E4: hue angle of 226.91º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F63E4 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6399228-
CMYK0.720.5700.11
HSL226.91º75.34%57.06%-
HSV(B)226.91º72.37%89.41%-
XYZ20.5215.5875.33-
YUV102.94198.5799.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.15%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 228 (89.45% from 255) = 58.46%
R=16.15%
G=25.38%
B=58.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal63992280.720.5700.11226.9175.3457.06
Hex3F63E448390Be34b39
Octal771433441107101334311371
Binary111111110001111100100100100011100101011111000111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F63E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,99,228); }

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

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

 a { background-color: rgb(63,99,228); }

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

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

 span { border-color: rgb(63,99,228); }

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