Html Css Color HEX #3172E5 Royal Blue

📋 copy color: '#3172E5'

red 49 ◦ green 114 ◦ blue 229

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

Shades of Royal Blue #3172E5

Tints of Royal Blue #3172E5

RGB

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

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

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

R = 12.5%
G = 29.08%
B = 58.42%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3172E5 (or 0x3172E5) is known color: Royal Blue. HEX triplet: 31, 72 and E5. RGB value is (49,114,229). Sum of RGB (Red+Green+Blue) = 49+114+229=392 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.5% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 229 (89.84% from 255 or 58.42% from 392); Max value from RGB is 229 - color contains mainly: blue. Hex color #3172E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3172E5 is #CE8D1A. Grayscale: #6B6B6B. Windows color (decimal): -13536539 or 15036977. OLE color: 15036977.

HSL color Cylindrical-coordinate representation of color #3172E5: hue angle of 218.33º 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 #3172E5 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 114 229 -
CMYK 0.79 0.50 0 0.10
HSL 218.33º 0.78% 0.55% -
HSV(B) 218.33º 0.79% 0.9% -
XYZ 21.43 18.34 76.54 -
YUV 107.68 196.47 86.15 -
System Red Green Blue C M Y K H S L
Decimal 49 114 229 0.79 0.50 0 0.10 218.33 0.78 0.55
Hex 31 72 E5 4F 32 0 A DA 4E 37
Octal 61 162 345 117 62 0 12 332 116 67
Binary 110001 1110010 11100101 1001111 110010 0 1010 11011010 1001110 110111

Color Harmonies of #3172E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3172E5

Black with #3172E5

Text Example


Text Example

White with #3172E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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