Html Css Color HEX #3175F6 Royal Blue

📋 copy color: '#3175F6'

red 49 ◦ green 117 ◦ blue 246

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

Shades of Royal Blue #3175F6

Tints of Royal Blue #3175F6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.4%

 BLUE value IS 246 (96.48% from 255) = 59.71%

R = 11.89%
G = 28.4%
B = 59.71%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3175F6 (or 0x3175F6) is known color: Royal Blue. HEX triplet: 31, 75 and F6. RGB value is (49,117,246). Sum of RGB (Red+Green+Blue) = 49+117+246=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 246 (96.48% from 255 or 59.71% from 412); Max value from RGB is 246 - color contains mainly: blue. Hex color #3175F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3175F6 is #CE8A09. Grayscale: #6E6E6E. Windows color (decimal): -13535754 or 16151857. OLE color: 16151857.

HSL color Cylindrical-coordinate representation of color #3175F6: hue angle of 219.29º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3175F6 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 49 117 246 -
CMYK 0.80 0.52 0 0.04
HSL 219.29º 0.92% 0.58% -
HSV(B) 219.29º 0.8% 0.96% -
XYZ 24.26 20.03 89.78 -
YUV 111.37 203.97 83.51 -
System Red Green Blue C M Y K H S L
Decimal 49 117 246 0.80 0.52 0 0.04 219.29 0.92 0.58
Hex 31 75 F6 50 34 0 4 DB 5C 3A
Octal 61 165 366 120 64 0 4 333 134 72
Binary 110001 1110101 11110110 1010000 110100 0 100 11011011 1011100 111010

Color Harmonies of #3175F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3175F6

Black with #3175F6

Text Example


Text Example

White with #3175F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3175F6; }

 p { color: rgb(49,117,246); }

 H1.HeaderClassName
 {
   color: #3175F6;
 }
 .AnyTagClassName
 {
   color: #3175F6;
 }
</style>

background-color css

<style>
 a { background-color: #3175F6; }

 a { background-color: rgb(49,117,246); }

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

border-color css

<style>
 span { border-color: #3175F6; }

 span { border-color: rgb(49,117,246); }

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