Html Css Color HEX #3168CE Royal Blue

📋 copy color: '#3168CE'

red 49 ◦ green 104 ◦ blue 206

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

Shades of Royal Blue #3168CE

Tints of Royal Blue #3168CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.38%

R = 13.65%
G = 28.97%
B = 57.38%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3168CE (or 0x3168CE) is known color: Royal Blue. HEX triplet: 31, 68 and CE. RGB value is (49,104,206). Sum of RGB (Red+Green+Blue) = 49+104+206=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #3168CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3168CE is #CE9731. Grayscale: #626262. Windows color (decimal): -13539122 or 13527089. OLE color: 13527089.

HSL color Cylindrical-coordinate representation of color #3168CE: hue angle of 218.98º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3168CE is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 104 206 -
CMYK 0.76 0.50 0 0.19
HSL 218.98º 0.62% 0.5% -
HSV(B) 218.98º 0.76% 0.81% -
XYZ 17.36 15.01 60.37 -
YUV 99.18 188.28 92.21 -
System Red Green Blue C M Y K H S L
Decimal 49 104 206 0.76 0.50 0 0.19 218.98 0.62 0.5
Hex 31 68 CE 4C 32 0 13 DB 3E 32
Octal 61 150 316 114 62 0 23 333 76 62
Binary 110001 1101000 11001110 1001100 110010 0 10011 11011011 111110 110010

Color Harmonies of #3168CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3168CE

Black with #3168CE

Text Example


Text Example

White with #3168CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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