Html Css Color HEX #3172FA Royal Blue

📋 copy color: '#3172FA'

red 49 ◦ green 114 ◦ blue 250

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

Shades of Royal Blue #3172FA

Tints of Royal Blue #3172FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.53%

R = 11.86%
G = 27.6%
B = 60.53%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3172FA (or 0x3172FA) is known color: Royal Blue. HEX triplet: 31, 72 and FA. RGB value is (49,114,250). Sum of RGB (Red+Green+Blue) = 49+114+250=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #3172FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3172FA is #CE8D05. Grayscale: #6D6D6D. Windows color (decimal): -13536518 or 16413233. OLE color: 16413233.

HSL color Cylindrical-coordinate representation of color #3172FA: hue angle of 220.6º degrees, saturation: 0.95, 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 #3172FA is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 114 250 -
CMYK 0.80 0.54 0 0.02
HSL 220.6º 0.95% 0.59% -
HSV(B) 220.6º 0.8% 0.98% -
XYZ 24.54 19.59 92.93 -
YUV 110.07 206.97 84.44 -
System Red Green Blue C M Y K H S L
Decimal 49 114 250 0.80 0.54 0 0.02 220.6 0.95 0.59
Hex 31 72 FA 50 36 0 2 DD 5F 3B
Octal 61 162 372 120 66 0 2 335 137 73
Binary 110001 1110010 11111010 1010000 110110 0 10 11011101 1011111 111011

Color Harmonies of #3172FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3172FA

Black with #3172FA

Text Example


Text Example

White with #3172FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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