Html Css Color HEX #3174E7 Royal Blue

📋 copy color: '#3174E7'

red 49 ◦ green 116 ◦ blue 231

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

Shades of Royal Blue #3174E7

Tints of Royal Blue #3174E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 58.33%

R = 12.37%
G = 29.29%
B = 58.33%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#3174E7 (or 0x3174E7) is known color: Royal Blue. HEX triplet: 31, 74 and E7. RGB value is (49,116,231). Sum of RGB (Red+Green+Blue) = 49+116+231=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 231 (90.62% from 255 or 58.33% from 396); Max value from RGB is 231 - color contains mainly: blue. Hex color #3174E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3174E7 is #CE8B18. Grayscale: #6C6C6C. Windows color (decimal): -13536025 or 15168561. OLE color: 15168561.

HSL color Cylindrical-coordinate representation of color #3174E7: hue angle of 217.91º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3174E7 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 49 116 231 -
CMYK 0.79 0.50 0 0.09
HSL 217.91º 0.79% 0.55% -
HSV(B) 217.91º 0.79% 0.91% -
XYZ 21.94 18.91 78.1 -
YUV 109.08 196.8 85.15 -
System Red Green Blue C M Y K H S L
Decimal 49 116 231 0.79 0.50 0 0.09 217.91 0.79 0.55
Hex 31 74 E7 4F 32 0 9 DA 4F 37
Octal 61 164 347 117 62 0 11 332 117 67
Binary 110001 1110100 11100111 1001111 110010 0 1001 11011010 1001111 110111

Color Harmonies of #3174E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3174E7

Black with #3174E7

Text Example


Text Example

White with #3174E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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