#3182DB

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

Shades of Royal Blue #3182DB

Tints of Royal Blue #3182DB

Color information

#3182DB (or 0x3182DB) is unknown color: approx Royal Blue. HEX triplet: 31, 82 and DB. RGB value is (49,130,219). Sum of RGB (Red+Green+Blue) = 49+130+219=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #3182DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3182DB is #CE7D24. Grayscale: #737373. Windows color (decimal): -13532453 or 14385713. OLE color: 14385713.

HSL color Cylindrical-coordinate representation of color #3182DB: hue angle of 211.41º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3182DB is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB49130219-
CMYK0.780.4100.14
HSL211.41º70.25%52.55%-
HSV(B)211.41º77.63%85.88%-
XYZ22.0421.7370.05-
YUV115.93186.1680.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.31%
GREEN value IS 130 (51.17% from 255) = 32.66%
BLUE value IS 219 (85.94% from 255) = 55.03%
R=12.31%
G=32.66%
B=55.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal491302190.780.4100.14211.4170.2552.55
Hex3182DB4E290Ed34635
Octal612023331165101632310665
Binary1100011000001011011011100111010100101110110100111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3182DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3182DB; }

 p { color: rgb(49,130,219); }

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

<style>
 a { background-color: #3182DB; }

 a { background-color: rgb(49,130,219); }

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

<style>
 span { border-color: #3182DB; }

 span { border-color: rgb(49,130,219); }

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