Html Css Color HEX #3172FB Royal Blue

📋 copy color: '#3172FB'

red 49 ◦ green 114 ◦ blue 251

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

Shades of Royal Blue #3172FB

Tints of Royal Blue #3172FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.63%

R = 11.84%
G = 27.54%
B = 60.63%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3172FB (or 0x3172FB) is known color: Royal Blue. HEX triplet: 31, 72 and FB. RGB value is (49,114,251). Sum of RGB (Red+Green+Blue) = 49+114+251=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #3172FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3172FB is #CE8D04. Grayscale: #6D6D6D. Windows color (decimal): -13536517 or 16478769. OLE color: 16478769.

HSL color Cylindrical-coordinate representation of color #3172FB: hue angle of 220.69º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3172FB is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 114 251 -
CMYK 0.80 0.55 0 0.02
HSL 220.69º 0.96% 0.59% -
HSV(B) 220.69º 0.8% 0.98% -
XYZ 24.7 19.65 93.76 -
YUV 110.18 207.47 84.36 -
System Red Green Blue C M Y K H S L
Decimal 49 114 251 0.80 0.55 0 0.02 220.69 0.96 0.59
Hex 31 72 FB 50 37 0 2 DD 60 3B
Octal 61 162 373 120 67 0 2 335 140 73
Binary 110001 1110010 11111011 1010000 110111 0 10 11011101 1100000 111011

Color Harmonies of #3172FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3172FB

Black with #3172FB

Text Example


Text Example

White with #3172FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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