#3974DE

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

Shades of Royal Blue #3974DE

Tints of Royal Blue #3974DE

Color information

#3974DE (or 0x3974DE) is unknown color: approx Royal Blue. HEX triplet: 39, 74 and DE. RGB value is (57,116,222). Sum of RGB (Red+Green+Blue) = 57+116+222=395 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.43% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #3974DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3974DE is #C68B21. Grayscale: #6D6D6D. Windows color (decimal): -13011746 or 14578745. OLE color: 14578745.

HSL color Cylindrical-coordinate representation of color #3974DE: hue angle of 218.55º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3974DE is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB57116222-
CMYK0.740.4800.13
HSL218.55º71.43%54.71%-
HSV(B)218.55º74.32%87.06%-
XYZ21.1218.6371.59-
YUV110.44190.9589.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.43%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 222 (87.11% from 255) = 56.20%
R=14.43%
G=29.37%
B=56.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal571162220.740.4800.13218.5571.4354.71
Hex3974DE4A300Ddb4737
Octal711643361126001533310767
Binary111001111010011011110100101011000001101110110111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3974DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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