#3168DA

Color #3168DA Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3168DA

Tints of Royal Blue #3168DA

Color information

#3168DA (or 0x3168DA) is unknown color: approx Royal Blue. HEX triplet: 31, 68 and DA. RGB value is (49,104,218). Sum of RGB (Red+Green+Blue) = 49+104+218=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #3168DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3168DA is #CE9725. Grayscale: #646464. Windows color (decimal): -13539110 or 14313521. OLE color: 14313521.

HSL color Cylindrical-coordinate representation of color #3168DA: hue angle of 220.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3168DA is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB49104218-
CMYK0.780.5200.15
HSL220.47º69.55%52.35%-
HSV(B)220.47º77.52%85.49%-
XYZ18.8715.6268.35-
YUV100.55194.2891.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.21%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 218 (85.55% from 255) = 58.76%
R=13.21%
G=28.03%
B=58.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal491042180.780.5200.15220.4769.5552.35
Hex3168DA4E340Fdc4634
Octal611503321166401733410664
Binary110001110100011011010100111011010001111110111001000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3168DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3168DA;
 }
 .AnyTagClassName
 {
   color: #3168DA;
 }
</style>
background-color css

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

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

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

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

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

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