#3968FC

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

Shades of Royal Blue #3968FC

Tints of Royal Blue #3968FC

Color information

#3968FC (or 0x3968FC) is unknown color: approx Royal Blue. HEX triplet: 39, 68 and FC. RGB value is (57,104,252). Sum of RGB (Red+Green+Blue) = 57+104+252=413 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.80% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #3968FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3968FC is #C69703. Grayscale: #6A6A6A. Windows color (decimal): -13014788 or 16541753. OLE color: 16541753.

HSL color Cylindrical-coordinate representation of color #3968FC: hue angle of 225.54º 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 #3968FC is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB57104252-
CMYK0.770.5900.01
HSL225.54º97.01%60.59%-
HSV(B)225.54º77.38%98.82%-
XYZ24.2117.894.26-
YUV106.82209.9392.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.80%
GREEN value IS 104 (41.02% from 255) = 25.18%
BLUE value IS 252 (98.83% from 255) = 61.02%
R=13.80%
G=25.18%
B=61.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal571042520.770.5900.01225.5497.0160.59
Hex3968FC4D3B01e2613d
Octal71150374115730134214175
Binary111001110100011111100100110111101101111000101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3968FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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