#3964FA

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

Shades of Royal Blue #3964FA

Tints of Royal Blue #3964FA

Color information

#3964FA (or 0x3964FA) is unknown color: approx Royal Blue. HEX triplet: 39, 64 and FA. RGB value is (57,100,250). Sum of RGB (Red+Green+Blue) = 57+100+250=407 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.00% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #3964FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3964FA is #C69B05. Grayscale: #676767. Windows color (decimal): -13015814 or 16409657. OLE color: 16409657.

HSL color Cylindrical-coordinate representation of color #3964FA: hue angle of 226.63º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3964FA is Cyan = 0.77, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB57100250-
CMYK0.770.600.02
HSL226.63º95.07%60.2%-
HSV(B)226.63º77.2%98.04%-
XYZ23.516.8992.46-
YUV104.24210.2594.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.00%
GREEN value IS 100 (39.45% from 255) = 24.57%
BLUE value IS 250 (98.05% from 255) = 61.43%
R=14.00%
G=24.57%
B=61.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal571002500.770.600.02226.6395.0760.2
Hex3964FA4D3C02e35f3c
Octal71144372115740234313774
Binary1110011100100111110101001101111100010111000111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3964FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3964FA; }

 p { color: rgb(57,100,250); }

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

<style>
 a { background-color: #3964FA; }

 a { background-color: rgb(57,100,250); }

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

<style>
 span { border-color: #3964FA; }

 span { border-color: rgb(57,100,250); }

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