#3F7EF4

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

Shades of Royal Blue #3F7EF4

Tints of Royal Blue #3F7EF4

Color information

#3F7EF4 (or 0x3F7EF4) is unknown color: approx Royal Blue. HEX triplet: 3F, 7E and F4. RGB value is (63,126,244). Sum of RGB (Red+Green+Blue) = 63+126+244=433 (57% of max value = 765). Red value is 63 (25% from 255 or 14.55% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 244 (95.70% from 255 or 56.35% from 433); Max value from RGB is 244 - color contains mainly: blue. Hex color #3F7EF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F7EF4 is #C0810B. Grayscale: #787878. Windows color (decimal): -12615948 or 16023103. OLE color: 16023103.

HSL color Cylindrical-coordinate representation of color #3F7EF4: hue angle of 219.12º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F7EF4 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB63126244-
CMYK0.740.4800.04
HSL219.12º89.16%60.2%-
HSV(B)219.12º74.18%95.69%-
XYZ25.8422.5188.57-
YUV120.62197.6386.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.55%
GREEN value IS 126 (49.61% from 255) = 29.10%
BLUE value IS 244 (95.70% from 255) = 56.35%
R=14.55%
G=29.10%
B=56.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal631262440.740.4800.04219.1289.1660.2
Hex3F7EF44A3004db593c
Octal77176364112600433313174
Binary11111111111101111010010010101100000100110110111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,126,244); }

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

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

 a { background-color: rgb(63,126,244); }

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

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

 span { border-color: rgb(63,126,244); }

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