Html Css Color HEX #3174FB Royal Blue

📋 copy color: '#3174FB'

red 49 ◦ green 116 ◦ blue 251

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

Shades of Royal Blue #3174FB

Tints of Royal Blue #3174FB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.88%

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

R = 11.78%
G = 27.88%
B = 60.34%

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

#3174FB (or 0x3174FB) is known color: Royal Blue. HEX triplet: 31, 74 and FB. RGB value is (49,116,251). Sum of RGB (Red+Green+Blue) = 49+116+251=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #3174FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3174FB is #CE8B04. Grayscale: #6E6E6E. Windows color (decimal): -13536005 or 16479281. OLE color: 16479281.

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

Color convert

RGB 49 116 251 -
CMYK 0.80 0.54 0 0.02
HSL 220.1º 0.96% 0.59% -
HSV(B) 220.1º 0.8% 0.98% -
XYZ 24.92 20.11 93.83 -
YUV 111.36 206.8 83.52 -
System Red Green Blue C M Y K H S L
Decimal 49 116 251 0.80 0.54 0 0.02 220.1 0.96 0.59
Hex 31 74 FB 50 36 0 2 DC 60 3B
Octal 61 164 373 120 66 0 2 334 140 73
Binary 110001 1110100 11111011 1010000 110110 0 10 11011100 1100000 111011

Color Harmonies of #3174FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3174FB

Black with #3174FB

Text Example


Text Example

White with #3174FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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