#3882DB

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

Shades of Royal Blue #3882DB

Tints of Royal Blue #3882DB

Color information

#3882DB (or 0x3882DB) is unknown color: approx Royal Blue. HEX triplet: 38, 82 and DB. RGB value is (56,130,219). Sum of RGB (Red+Green+Blue) = 56+130+219=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #3882DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3882DB is #C77D24. Grayscale: #757575. Windows color (decimal): -13073701 or 14385720. OLE color: 14385720.

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

Color convert

RGB56130219-
CMYK0.740.4100.14
HSL212.76º69.36%53.92%-
HSV(B)212.76º74.43%85.88%-
XYZ22.421.9270.07-
YUV118.02184.9883.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.83%
GREEN value IS 130 (51.17% from 255) = 32.10%
BLUE value IS 219 (85.94% from 255) = 54.07%
R=13.83%
G=32.10%
B=54.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal561302190.740.4100.14212.7669.3653.92
Hex3882DB4A290Ed54536
Octal702023331125101632510566
Binary1110001000001011011011100101010100101110110101011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3882DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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