Html Css Color HEX #3173FA Royal Blue

📋 copy color: '#3173FA'

red 49 ◦ green 115 ◦ blue 250

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

Shades of Royal Blue #3173FA

Tints of Royal Blue #3173FA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.78%

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

R = 11.84%
G = 27.78%
B = 60.39%

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

#3173FA (or 0x3173FA) is known color: Royal Blue. HEX triplet: 31, 73 and FA. RGB value is (49,115,250). Sum of RGB (Red+Green+Blue) = 49+115+250=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #3173FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3173FA is #CE8C05. Grayscale: #6E6E6E. Windows color (decimal): -13536262 or 16413489. OLE color: 16413489.

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

Color convert

RGB 49 115 250 -
CMYK 0.80 0.54 0 0.02
HSL 220.3º 0.95% 0.59% -
HSV(B) 220.3º 0.8% 0.98% -
XYZ 24.65 19.82 92.97 -
YUV 110.66 206.63 84.02 -
System Red Green Blue C M Y K H S L
Decimal 49 115 250 0.80 0.54 0 0.02 220.3 0.95 0.59
Hex 31 73 FA 50 36 0 2 DC 5F 3B
Octal 61 163 372 120 66 0 2 334 137 73
Binary 110001 1110011 11111010 1010000 110110 0 10 11011100 1011111 111011

Color Harmonies of #3173FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3173FA

Black with #3173FA

Text Example


Text Example

White with #3173FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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