#3974CD

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

Shades of Royal Blue #3974CD

Tints of Royal Blue #3974CD

Color information

#3974CD (or 0x3974CD) is unknown color: approx Royal Blue. HEX triplet: 39, 74 and CD. RGB value is (57,116,205). Sum of RGB (Red+Green+Blue) = 57+116+205=378 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.08% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #3974CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3974CD is #C68B32. Grayscale: #6C6C6C. Windows color (decimal): -13011763 or 13464633. OLE color: 13464633.

HSL color Cylindrical-coordinate representation of color #3974CD: hue angle of 216.08º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3974CD is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB57116205-
CMYK0.720.4300.20
HSL216.08º59.68%51.37%-
HSV(B)216.08º72.2%80.39%-
XYZ18.9517.7760.19-
YUV108.5182.4591.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.08%
GREEN value IS 116 (45.70% from 255) = 30.69%
BLUE value IS 205 (80.47% from 255) = 54.23%
R=15.08%
G=30.69%
B=54.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal571162050.720.4300.20216.0859.6851.37
Hex3974CD482B014d83c33
Octal71164315110530243307463
Binary111001111010011001101100100010101101010011011000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3974CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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