#3881DB

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

Shades of Royal Blue #3881DB

Tints of Royal Blue #3881DB

Color information

#3881DB (or 0x3881DB) is unknown color: approx Royal Blue. HEX triplet: 38, 81 and DB. RGB value is (56,129,219). Sum of RGB (Red+Green+Blue) = 56+129+219=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #3881DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3881DB is #C77E24. Grayscale: #757575. Windows color (decimal): -13073957 or 14385464. OLE color: 14385464.

HSL color Cylindrical-coordinate representation of color #3881DB: hue angle of 213.13º 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 #3881DB is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB56129219-
CMYK0.740.4100.14
HSL213.13º69.36%53.92%-
HSV(B)213.13º74.43%85.88%-
XYZ22.2721.6670.02-
YUV117.43185.3284.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.86%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 219 (85.94% from 255) = 54.21%
R=13.86%
G=31.93%
B=54.21%

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
Decimal561292190.740.4100.14213.1369.3653.92
Hex3881DB4A290Ed54536
Octal702013331125101632510566
Binary1110001000000111011011100101010100101110110101011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3881DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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