#3974e4

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

Shades of Royal Blue #3974E4

Tints of Royal Blue #3974E4

Color information

#3974E4 (or 0x3974E4) is unknown color: approx Royal Blue. HEX triplet: 39, 74 and E4. RGB value is (57,116,228). Sum of RGB (Red+Green+Blue) = 57+116+228=401 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.21% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 228 (89.45% from 255 or 56.86% from 401); Max value from RGB is 228 - color contains mainly: blue. Hex color #3974E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3974E4 is #C68B1B. Grayscale: #6E6E6E. Windows color (decimal): -13011740 or 14971961. OLE color: 14971961.

HSL color Cylindrical-coordinate representation of color #3974E4: hue angle of 219.3º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3974E4 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB57116228-
CMYK0.750.4900.11
HSL219.3º76%55.88%-
HSV(B)219.3º75%89.41%-
XYZ21.9418.9675.9-
YUV111.13193.9589.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.21%
GREEN value IS 116 (45.70% from 255) = 28.93%
BLUE value IS 228 (89.45% from 255) = 56.86%
R=14.21%
G=28.93%
B=56.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal571162280.750.4900.11219.37655.88
Hex3974E44B310Bdb4c38
Octal711643441136101333311470
Binary111001111010011100100100101111000101011110110111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3974e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3974e4; }

 p { color: rgb(57,116,228); }

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

<style>
 a { background-color: #3974e4; }

 a { background-color: rgb(57,116,228); }

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

<style>
 span { border-color: #3974e4; }

 span { border-color: rgb(57,116,228); }

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