Html Css Color HEX #3172FF Royal Blue

📋 copy color: '#3172FF'

red 49 ◦ green 114 ◦ blue 255

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

Shades of Royal Blue #3172FF

Tints of Royal Blue #3172FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61%

R = 11.72%
G = 27.27%
B = 61%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3172FF (or 0x3172FF) is known color: Royal Blue. HEX triplet: 31, 72 and FF. RGB value is (49,114,255). Sum of RGB (Red+Green+Blue) = 49+114+255=418 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.72% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #3172FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3172FF is #CE8D00. Grayscale: #6E6E6E. Windows color (decimal): -13536513 or 16740913. OLE color: 16740913.

HSL color Cylindrical-coordinate representation of color #3172FF: hue angle of 221.07º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3172FF is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 49 114 255 -
CMYK 0.81 0.55 0 0
HSL 221.07º 1% 0.6% -
HSV(B) 221.07º 0.81% 1% -
XYZ 25.33 19.91 97.12 -
YUV 110.64 209.47 84.04 -
System Red Green Blue C M Y K H S L
Decimal 49 114 255 0.81 0.55 0 0 221.07 1 0.6
Hex 31 72 FF 51 37 0 0 DD 64 3C
Octal 61 162 377 121 67 0 0 335 144 74
Binary 110001 1110010 11111111 1010001 110111 0 0 11011101 1100100 111100

Color Harmonies of #3172FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3172FF

Black with #3172FF

Text Example


Text Example

White with #3172FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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