Html Css Color HEX #3168DF Royal Blue

📋 copy color: '#3168DF'

red 49 ◦ green 104 ◦ blue 223

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

Shades of Royal Blue #3168DF

Tints of Royal Blue #3168DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.31%

R = 13.03%
G = 27.66%
B = 59.31%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3168DF (or 0x3168DF) is known color: Royal Blue. HEX triplet: 31, 68 and DF. RGB value is (49,104,223). Sum of RGB (Red+Green+Blue) = 49+104+223=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #3168DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3168DF is #CE9720. Grayscale: #646464. Windows color (decimal): -13539105 or 14641201. OLE color: 14641201.

HSL color Cylindrical-coordinate representation of color #3168DF: hue angle of 221.03º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3168DF is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 104 223 -
CMYK 0.78 0.53 0 0.13
HSL 221.03º 0.73% 0.53% -
HSV(B) 221.03º 0.78% 0.87% -
XYZ 19.54 15.88 71.85 -
YUV 101.12 196.78 90.82 -
System Red Green Blue C M Y K H S L
Decimal 49 104 223 0.78 0.53 0 0.13 221.03 0.73 0.53
Hex 31 68 DF 4E 35 0 D DD 49 35
Octal 61 150 337 116 65 0 15 335 111 65
Binary 110001 1101000 11011111 1001110 110101 0 1101 11011101 1001001 110101

Color Harmonies of #3168DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3168DF

Black with #3168DF

Text Example


Text Example

White with #3168DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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