Html Css Color HEX #3166EF Royal Blue

📋 copy color: '#3166EF'

red 49 ◦ green 102 ◦ blue 239

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

Shades of Royal Blue #3166EF

Tints of Royal Blue #3166EF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.15%

 BLUE value IS 239 (93.75% from 255) = 61.28%

R = 12.56%
G = 26.15%
B = 61.28%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3166EF (or 0x3166EF) is known color: Royal Blue. HEX triplet: 31, 66 and EF. RGB value is (49,102,239). Sum of RGB (Red+Green+Blue) = 49+102+239=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #3166EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3166EF is #CE9910. Grayscale: #656565. Windows color (decimal): -13539601 or 15689265. OLE color: 15689265.

HSL color Cylindrical-coordinate representation of color #3166EF: hue angle of 223.26º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3166EF is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 102 239 -
CMYK 0.79 0.57 0 0.06
HSL 223.26º 0.86% 0.56% -
HSV(B) 223.26º 0.79% 0.94% -
XYZ 21.6 16.39 83.69 -
YUV 101.77 205.44 90.36 -
System Red Green Blue C M Y K H S L
Decimal 49 102 239 0.79 0.57 0 0.06 223.26 0.86 0.56
Hex 31 66 EF 4F 39 0 6 DF 56 38
Octal 61 146 357 117 71 0 6 337 126 70
Binary 110001 1100110 11101111 1001111 111001 0 110 11011111 1010110 111000

Color Harmonies of #3166EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3166EF

Black with #3166EF

Text Example


Text Example

White with #3166EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3166EF; }

 p { color: rgb(49,102,239); }

 H1.HeaderClassName
 {
   color: #3166EF;
 }
 .AnyTagClassName
 {
   color: #3166EF;
 }
</style>

background-color css

<style>
 a { background-color: #3166EF; }

 a { background-color: rgb(49,102,239); }

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

border-color css

<style>
 span { border-color: #3166EF; }

 span { border-color: rgb(49,102,239); }

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