Html Css Color HEX #3168F1 Royal Blue

📋 copy color: '#3168F1'

red 49 ◦ green 104 ◦ blue 241

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

Shades of Royal Blue #3168F1

Tints of Royal Blue #3168F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 61.17%

R = 12.44%
G = 26.4%
B = 61.17%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3168F1 (or 0x3168F1) is known color: Royal Blue. HEX triplet: 31, 68 and F1. RGB value is (49,104,241). Sum of RGB (Red+Green+Blue) = 49+104+241=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 241 (94.53% from 255 or 61.17% from 394); Max value from RGB is 241 - color contains mainly: blue. Hex color #3168F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3168F1 is #CE970E. Grayscale: #666666. Windows color (decimal): -13539087 or 15820849. OLE color: 15820849.

HSL color Cylindrical-coordinate representation of color #3168F1: hue angle of 222.81º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3168F1 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 104 241 -
CMYK 0.80 0.57 0 0.05
HSL 222.81º 0.87% 0.57% -
HSV(B) 222.81º 0.8% 0.95% -
XYZ 22.09 16.9 85.32 -
YUV 103.17 205.78 89.36 -
System Red Green Blue C M Y K H S L
Decimal 49 104 241 0.80 0.57 0 0.05 222.81 0.87 0.57
Hex 31 68 F1 50 39 0 5 DF 57 39
Octal 61 150 361 120 71 0 5 337 127 71
Binary 110001 1101000 11110001 1010000 111001 0 101 11011111 1010111 111001

Color Harmonies of #3168F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3168F1

Black with #3168F1

Text Example


Text Example

White with #3168F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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