#3966FC

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

Shades of Royal Blue #3966FC

Tints of Royal Blue #3966FC

Color information

#3966FC (or 0x3966FC) is unknown color: approx Royal Blue. HEX triplet: 39, 66 and FC. RGB value is (57,102,252). Sum of RGB (Red+Green+Blue) = 57+102+252=411 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.87% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #3966FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3966FC is #C69903. Grayscale: #696969. Windows color (decimal): -13015300 or 16541241. OLE color: 16541241.

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

Color convert

RGB57102252-
CMYK0.770.6000.01
HSL226.15º97.01%60.59%-
HSV(B)226.15º77.38%98.82%-
XYZ24.0117.494.19-
YUV105.65210.5993.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.87%
GREEN value IS 102 (40.23% from 255) = 24.82%
BLUE value IS 252 (98.83% from 255) = 61.31%
R=13.87%
G=24.82%
B=61.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal571022520.770.6000.01226.1597.0160.59
Hex3966FC4D3C01e2613d
Octal71146374115740134214175
Binary111001110011011111100100110111110001111000101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3966FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3966FC; }

 p { color: rgb(57,102,252); }

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

<style>
 a { background-color: #3966FC; }

 a { background-color: rgb(57,102,252); }

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

<style>
 span { border-color: #3966FC; }

 span { border-color: rgb(57,102,252); }

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