Html Css Color HEX #3175FA Royal Blue

📋 copy color: '#3175FA'

red 49 ◦ green 117 ◦ blue 250

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

Shades of Royal Blue #3175FA

Tints of Royal Blue #3175FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.1%

R = 11.78%
G = 28.13%
B = 60.1%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3175FA (or 0x3175FA) is known color: Royal Blue. HEX triplet: 31, 75 and FA. RGB value is (49,117,250). Sum of RGB (Red+Green+Blue) = 49+117+250=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #3175FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3175FA is #CE8A05. Grayscale: #6F6F6F. Windows color (decimal): -13535750 or 16414001. OLE color: 16414001.

HSL color Cylindrical-coordinate representation of color #3175FA: hue angle of 219.7º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3175FA is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 117 250 -
CMYK 0.80 0.53 0 0.02
HSL 219.7º 0.95% 0.59% -
HSV(B) 219.7º 0.8% 0.98% -
XYZ 24.88 20.28 93.04 -
YUV 111.83 205.97 83.19 -
System Red Green Blue C M Y K H S L
Decimal 49 117 250 0.80 0.53 0 0.02 219.7 0.95 0.59
Hex 31 75 FA 50 35 0 2 DC 5F 3B
Octal 61 165 372 120 65 0 2 334 137 73
Binary 110001 1110101 11111010 1010000 110101 0 10 11011100 1011111 111011

Color Harmonies of #3175FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3175FA

Black with #3175FA

Text Example


Text Example

White with #3175FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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