Html Css Color HEX #3174E5 Royal Blue

📋 copy color: '#3174E5'

red 49 ◦ green 116 ◦ blue 229

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

Shades of Royal Blue #3174E5

Tints of Royal Blue #3174E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 58.12%

R = 12.44%
G = 29.44%
B = 58.12%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3174E5 (or 0x3174E5) is known color: Royal Blue. HEX triplet: 31, 74 and E5. RGB value is (49,116,229). Sum of RGB (Red+Green+Blue) = 49+116+229=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 229 (89.84% from 255 or 58.12% from 394); Max value from RGB is 229 - color contains mainly: blue. Hex color #3174E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3174E5 is #CE8B1A. Grayscale: #6C6C6C. Windows color (decimal): -13536027 or 15037489. OLE color: 15037489.

HSL color Cylindrical-coordinate representation of color #3174E5: hue angle of 217.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3174E5 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 116 229 -
CMYK 0.79 0.49 0 0.10
HSL 217.67º 0.78% 0.55% -
HSV(B) 217.67º 0.79% 0.9% -
XYZ 21.65 18.8 76.62 -
YUV 108.85 195.8 85.31 -
System Red Green Blue C M Y K H S L
Decimal 49 116 229 0.79 0.49 0 0.10 217.67 0.78 0.55
Hex 31 74 E5 4F 31 0 A DA 4E 37
Octal 61 164 345 117 61 0 12 332 116 67
Binary 110001 1110100 11100101 1001111 110001 0 1010 11011010 1001110 110111

Color Harmonies of #3174E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3174E5

Black with #3174E5

Text Example


Text Example

White with #3174E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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