Html Css Color HEX #3172FC Royal Blue

📋 copy color: '#3172FC'

red 49 ◦ green 114 ◦ blue 252

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

Shades of Royal Blue #3172FC

Tints of Royal Blue #3172FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.72%

R = 11.81%
G = 27.47%
B = 60.72%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3172FC (or 0x3172FC) is known color: Royal Blue. HEX triplet: 31, 72 and FC. RGB value is (49,114,252). Sum of RGB (Red+Green+Blue) = 49+114+252=415 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.81% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #3172FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3172FC is #CE8D03. Grayscale: #6D6D6D. Windows color (decimal): -13536516 or 16544305. OLE color: 16544305.

HSL color Cylindrical-coordinate representation of color #3172FC: hue angle of 220.79º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3172FC is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 114 252 -
CMYK 0.81 0.55 0 0.01
HSL 220.79º 0.97% 0.59% -
HSV(B) 220.79º 0.81% 0.99% -
XYZ 24.85 19.72 94.59 -
YUV 110.3 207.97 84.28 -
System Red Green Blue C M Y K H S L
Decimal 49 114 252 0.81 0.55 0 0.01 220.79 0.97 0.59
Hex 31 72 FC 51 37 0 1 DD 61 3B
Octal 61 162 374 121 67 0 1 335 141 73
Binary 110001 1110010 11111100 1010001 110111 0 1 11011101 1100001 111011

Color Harmonies of #3172FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3172FC

Black with #3172FC

Text Example


Text Example

White with #3172FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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