Html Css Color HEX #3168CD Royal Blue

📋 copy color: '#3168CD'

red 49 ◦ green 104 ◦ blue 205

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

Shades of Royal Blue #3168CD

Tints of Royal Blue #3168CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.26%

R = 13.69%
G = 29.05%
B = 57.26%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3168CD (or 0x3168CD) is known color: Royal Blue. HEX triplet: 31, 68 and CD. RGB value is (49,104,205). Sum of RGB (Red+Green+Blue) = 49+104+205=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #3168CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3168CD is #CE9732. Grayscale: #626262. Windows color (decimal): -13539123 or 13461553. OLE color: 13461553.

HSL color Cylindrical-coordinate representation of color #3168CD: hue angle of 218.85º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3168CD is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 104 205 -
CMYK 0.76 0.49 0 0.20
HSL 218.85º 0.61% 0.5% -
HSV(B) 218.85º 0.76% 0.8% -
XYZ 17.24 14.96 59.74 -
YUV 99.07 187.78 92.29 -
System Red Green Blue C M Y K H S L
Decimal 49 104 205 0.76 0.49 0 0.20 218.85 0.61 0.5
Hex 31 68 CD 4C 31 0 14 DB 3D 32
Octal 61 150 315 114 61 0 24 333 75 62
Binary 110001 1101000 11001101 1001100 110001 0 10100 11011011 111101 110010

Color Harmonies of #3168CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3168CD

Black with #3168CD

Text Example


Text Example

White with #3168CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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