Html Css Color HEX #3174F2 Royal Blue

📋 copy color: '#3174F2'

red 49 ◦ green 116 ◦ blue 242

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

Shades of Royal Blue #3174F2

Tints of Royal Blue #3174F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 59.46%

R = 12.04%
G = 28.5%
B = 59.46%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3174F2 (or 0x3174F2) is known color: Royal Blue. HEX triplet: 31, 74 and F2. RGB value is (49,116,242). Sum of RGB (Red+Green+Blue) = 49+116+242=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 242 (94.92% from 255 or 59.46% from 407); Max value from RGB is 242 - color contains mainly: blue. Hex color #3174F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3174F2 is #CE8B0D. Grayscale: #6D6D6D. Windows color (decimal): -13536014 or 15889457. OLE color: 15889457.

HSL color Cylindrical-coordinate representation of color #3174F2: hue angle of 219.17º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3174F2 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 116 242 -
CMYK 0.80 0.52 0 0.05
HSL 219.17º 0.88% 0.57% -
HSV(B) 219.17º 0.8% 0.95% -
XYZ 23.54 19.55 86.54 -
YUV 110.33 202.3 84.25 -
System Red Green Blue C M Y K H S L
Decimal 49 116 242 0.80 0.52 0 0.05 219.17 0.88 0.57
Hex 31 74 F2 50 34 0 5 DB 58 39
Octal 61 164 362 120 64 0 5 333 130 71
Binary 110001 1110100 11110010 1010000 110100 0 101 11011011 1011000 111001

Color Harmonies of #3174F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3174F2

Black with #3174F2

Text Example


Text Example

White with #3174F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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