#3884E3

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

Shades of Royal Blue #3884E3

Tints of Royal Blue #3884E3

Color information

#3884E3 (or 0x3884E3) is unknown color: approx Royal Blue. HEX triplet: 38, 84 and E3. RGB value is (56,132,227). Sum of RGB (Red+Green+Blue) = 56+132+227=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 227 (89.06% from 255 or 54.70% from 415); Max value from RGB is 227 - color contains mainly: blue. Hex color #3884E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3884E3 is #C77B1C. Grayscale: #777777. Windows color (decimal): -13073181 or 14910520. OLE color: 14910520.

HSL color Cylindrical-coordinate representation of color #3884E3: hue angle of 213.33º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3884E3 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB56132227-
CMYK0.750.4200.11
HSL213.33º75.33%55.49%-
HSV(B)213.33º75.33%89.02%-
XYZ23.7522.8975.84-
YUV120.11188.3282.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.49%
GREEN value IS 132 (51.95% from 255) = 31.81%
BLUE value IS 227 (89.06% from 255) = 54.70%
R=13.49%
G=31.81%
B=54.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal561322270.750.4200.11213.3375.3355.49
Hex3884E34B2A0Bd54b37
Octal702043431135201332511367
Binary1110001000010011100011100101110101001011110101011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3884E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3884E3; }

 p { color: rgb(56,132,227); }

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

<style>
 a { background-color: #3884E3; }

 a { background-color: rgb(56,132,227); }

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

<style>
 span { border-color: #3884E3; }

 span { border-color: rgb(56,132,227); }

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