#3969FC

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

Shades of Royal Blue #3969FC

Tints of Royal Blue #3969FC

Color information

#3969FC (or 0x3969FC) is unknown color: approx Royal Blue. HEX triplet: 39, 69 and FC. RGB value is (57,105,252). Sum of RGB (Red+Green+Blue) = 57+105+252=414 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.77% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #3969FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3969FC is #C69603. Grayscale: #6A6A6A. Windows color (decimal): -13014532 or 16542009. OLE color: 16542009.

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

Color convert

RGB57105252-
CMYK0.770.5800.01
HSL225.23º97.01%60.59%-
HSV(B)225.23º77.38%98.82%-
XYZ24.311894.29-
YUV107.41209.692.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.77%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 252 (98.83% from 255) = 60.87%
R=13.77%
G=25.36%
B=60.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal571052520.770.5800.01225.2397.0160.59
Hex3969FC4D3A01e1613d
Octal71151374115720134114175
Binary111001110100111111100100110111101001111000011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3969FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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