Html Css Color HEX #3168FA Royal Blue

📋 copy color: '#3168FA'

red 49 ◦ green 104 ◦ blue 250

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

Shades of Royal Blue #3168FA

Tints of Royal Blue #3168FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.81%

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

R = 12.16%
G = 25.81%
B = 62.03%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3168FA (or 0x3168FA) is known color: Royal Blue. HEX triplet: 31, 68 and FA. RGB value is (49,104,250). Sum of RGB (Red+Green+Blue) = 49+104+250=403 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.16% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #3168FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3168FA is #CE9705. Grayscale: #676767. Windows color (decimal): -13539078 or 16410673. OLE color: 16410673.

HSL color Cylindrical-coordinate representation of color #3168FA: hue angle of 223.58º 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 #3168FA is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 104 250 -
CMYK 0.80 0.58 0 0.02
HSL 223.58º 0.95% 0.59% -
HSV(B) 223.58º 0.8% 0.98% -
XYZ 23.47 17.46 92.57 -
YUV 104.2 210.28 88.63 -
System Red Green Blue C M Y K H S L
Decimal 49 104 250 0.80 0.58 0 0.02 223.58 0.95 0.59
Hex 31 68 FA 50 3A 0 2 E0 5F 3B
Octal 61 150 372 120 72 0 2 340 137 73
Binary 110001 1101000 11111010 1010000 111010 0 10 11100000 1011111 111011

Color Harmonies of #3168FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3168FA

Black with #3168FA

Text Example


Text Example

White with #3168FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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