Html Css Color HEX #3974CF Royal Blue

📋 copy color: '#3974CF'

red 57 ◦ green 116 ◦ blue 207

#3974CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3974CF

Tints of Royal Blue #3974CF

RGB

 RED value IS 57 (22.66% from 255) = 15%

 GREEN value IS 116 (45.7% from 255) = 30.53%

 BLUE value IS 207 (81.25% from 255) = 54.47%

R = 15%
G = 30.53%
B = 54.47%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3974CF (or 0x3974CF) is known color: Royal Blue. HEX triplet: 39, 74 and CF. RGB value is (57,116,207). Sum of RGB (Red+Green+Blue) = 57+116+207=380 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #3974CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3974CF is #C68B30. Grayscale: #6C6C6C. Windows color (decimal): -13011761 or 13595705. OLE color: 13595705.

HSL color Cylindrical-coordinate representation of color #3974CF: hue angle of 216.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3974CF is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 116 207 -
CMYK 0.72 0.44 0 0.19
HSL 216.4º 0.61% 0.52% -
HSV(B) 216.4º 0.72% 0.81% -
XYZ 19.2 17.87 61.47 -
YUV 108.73 183.45 91.1 -
System Red Green Blue C M Y K H S L
Decimal 57 116 207 0.72 0.44 0 0.19 216.4 0.61 0.52
Hex 39 74 CF 48 2C 0 13 D8 3D 34
Octal 71 164 317 110 54 0 23 330 75 64
Binary 111001 1110100 11001111 1001000 101100 0 10011 11011000 111101 110100

Color Harmonies of #3974CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3974CF

Black with #3974CF

Text Example


Text Example

White with #3974CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3974CF;
 }
 .AnyTagClassName
 {
   color: #3974CF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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