Html Css Color HEX #3172F4 Royal Blue

📋 copy color: '#3172F4'

red 49 ◦ green 114 ◦ blue 244

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

Shades of Royal Blue #3172F4

Tints of Royal Blue #3172F4

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.01%

 BLUE value IS 244 (95.7% from 255) = 59.95%

R = 12.04%
G = 28.01%
B = 59.95%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3172F4 (or 0x3172F4) is known color: Royal Blue. HEX triplet: 31, 72 and F4. RGB value is (49,114,244). Sum of RGB (Red+Green+Blue) = 49+114+244=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 244 (95.70% from 255 or 59.95% from 407); Max value from RGB is 244 - color contains mainly: blue. Hex color #3172F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3172F4 is #CE8D0B. Grayscale: #6C6C6C. Windows color (decimal): -13536524 or 16020017. OLE color: 16020017.

HSL color Cylindrical-coordinate representation of color #3172F4: hue angle of 220º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3172F4 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 49 114 244 -
CMYK 0.80 0.53 0 0.04
HSL 220º 0.9% 0.57% -
HSV(B) 220º 0.8% 0.96% -
XYZ 23.61 19.22 88.05 -
YUV 109.39 203.97 84.93 -
System Red Green Blue C M Y K H S L
Decimal 49 114 244 0.80 0.53 0 0.04 220 0.9 0.57
Hex 31 72 F4 50 35 0 4 DC 5A 39
Octal 61 162 364 120 65 0 4 334 132 71
Binary 110001 1110010 11110100 1010000 110101 0 100 11011100 1011010 111001

Color Harmonies of #3172F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3172F4

Black with #3172F4

Text Example


Text Example

White with #3172F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3172F4; }

 p { color: rgb(49,114,244); }

 H1.HeaderClassName
 {
   color: #3172F4;
 }
 .AnyTagClassName
 {
   color: #3172F4;
 }
</style>

background-color css

<style>
 a { background-color: #3172F4; }

 a { background-color: rgb(49,114,244); }

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

border-color css

<style>
 span { border-color: #3172F4; }

 span { border-color: rgb(49,114,244); }

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