Html Css Color HEX #3179EA Royal Blue

📋 copy color: '#3179EA'

red 49 ◦ green 121 ◦ blue 234

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

Shades of Royal Blue #3179EA

Tints of Royal Blue #3179EA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.95%

 BLUE value IS 234 (91.8% from 255) = 57.92%

R = 12.13%
G = 29.95%
B = 57.92%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3179EA (or 0x3179EA) is known color: Royal Blue. HEX triplet: 31, 79 and EA. RGB value is (49,121,234). Sum of RGB (Red+Green+Blue) = 49+121+234=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #3179EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3179EA is #CE8615. Grayscale: #6F6F6F. Windows color (decimal): -13534742 or 15366449. OLE color: 15366449.

HSL color Cylindrical-coordinate representation of color #3179EA: hue angle of 216.65º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3179EA is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 121 234 -
CMYK 0.79 0.48 0 0.08
HSL 216.65º 0.81% 0.55% -
HSV(B) 216.65º 0.79% 0.92% -
XYZ 22.96 20.27 80.54 -
YUV 112.35 196.65 82.81 -
System Red Green Blue C M Y K H S L
Decimal 49 121 234 0.79 0.48 0 0.08 216.65 0.81 0.55
Hex 31 79 EA 4F 30 0 8 D9 51 37
Octal 61 171 352 117 60 0 10 331 121 67
Binary 110001 1111001 11101010 1001111 110000 0 1000 11011001 1010001 110111

Color Harmonies of #3179EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3179EA

Black with #3179EA

Text Example


Text Example

White with #3179EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3179EA; }

 p { color: rgb(49,121,234); }

 H1.HeaderClassName
 {
   color: #3179EA;
 }
 .AnyTagClassName
 {
   color: #3179EA;
 }
</style>

background-color css

<style>
 a { background-color: #3179EA; }

 a { background-color: rgb(49,121,234); }

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

border-color css

<style>
 span { border-color: #3179EA; }

 span { border-color: rgb(49,121,234); }

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