Html Css Color HEX #3174DD Royal Blue

📋 copy color: '#3174DD'

red 49 ◦ green 116 ◦ blue 221

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

Shades of Royal Blue #3174DD

Tints of Royal Blue #3174DD

RGB

 RED value IS 49 (19.53% from 255) = 12.69%

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

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 12.69%
G = 30.05%
B = 57.25%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3174DD (or 0x3174DD) is known color: Royal Blue. HEX triplet: 31, 74 and DD. RGB value is (49,116,221). Sum of RGB (Red+Green+Blue) = 49+116+221=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #3174DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3174DD is #CE8B22. Grayscale: #6B6B6B. Windows color (decimal): -13536035 or 14513201. OLE color: 14513201.

HSL color Cylindrical-coordinate representation of color #3174DD: hue angle of 216.63º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3174DD is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 116 221 -
CMYK 0.78 0.48 0 0.13
HSL 216.63º 0.72% 0.53% -
HSV(B) 216.63º 0.78% 0.87% -
XYZ 20.56 18.36 70.87 -
YUV 107.94 191.8 85.96 -
System Red Green Blue C M Y K H S L
Decimal 49 116 221 0.78 0.48 0 0.13 216.63 0.72 0.53
Hex 31 74 DD 4E 30 0 D D9 48 35
Octal 61 164 335 116 60 0 15 331 110 65
Binary 110001 1110100 11011101 1001110 110000 0 1101 11011001 1001000 110101

Color Harmonies of #3174DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3174DD

Black with #3174DD

Text Example


Text Example

White with #3174DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3174DD; }

 p { color: rgb(49,116,221); }

 H1.HeaderClassName
 {
   color: #3174DD;
 }
 .AnyTagClassName
 {
   color: #3174DD;
 }
</style>

background-color css

<style>
 a { background-color: #3174DD; }

 a { background-color: rgb(49,116,221); }

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

border-color css

<style>
 span { border-color: #3174DD; }

 span { border-color: rgb(49,116,221); }

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