Html Css Color HEX #3167D6 Royal Blue

📋 copy color: '#3167D6'

red 49 ◦ green 103 ◦ blue 214

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

Shades of Royal Blue #3167D6

Tints of Royal Blue #3167D6

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.14%

 BLUE value IS 214 (83.98% from 255) = 58.47%

R = 13.39%
G = 28.14%
B = 58.47%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3167D6 (or 0x3167D6) is known color: Royal Blue. HEX triplet: 31, 67 and D6. RGB value is (49,103,214). Sum of RGB (Red+Green+Blue) = 49+103+214=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 214 (83.98% from 255 or 58.47% from 366); Max value from RGB is 214 - color contains mainly: blue. Hex color #3167D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3167D6 is #CE9829. Grayscale: #636363. Windows color (decimal): -13539370 or 14051121. OLE color: 14051121.

HSL color Cylindrical-coordinate representation of color #3167D6: hue angle of 220.36º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3167D6 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 103 214 -
CMYK 0.77 0.52 0 0.16
HSL 220.36º 0.67% 0.52% -
HSV(B) 220.36º 0.77% 0.84% -
XYZ 18.25 15.21 65.59 -
YUV 99.51 192.61 91.97 -
System Red Green Blue C M Y K H S L
Decimal 49 103 214 0.77 0.52 0 0.16 220.36 0.67 0.52
Hex 31 67 D6 4D 34 0 10 DC 43 34
Octal 61 147 326 115 64 0 20 334 103 64
Binary 110001 1100111 11010110 1001101 110100 0 10000 11011100 1000011 110100

Color Harmonies of #3167D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3167D6

Black with #3167D6

Text Example


Text Example

White with #3167D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3167D6; }

 p { color: rgb(49,103,214); }

 H1.HeaderClassName
 {
   color: #3167D6;
 }
 .AnyTagClassName
 {
   color: #3167D6;
 }
</style>

background-color css

<style>
 a { background-color: #3167D6; }

 a { background-color: rgb(49,103,214); }

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

border-color css

<style>
 span { border-color: #3167D6; }

 span { border-color: rgb(49,103,214); }

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