#3880e1

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

Shades of Royal Blue #3880E1

Tints of Royal Blue #3880E1

Color information

#3880E1 (or 0x3880E1) is unknown color: approx Royal Blue. HEX triplet: 38, 80 and E1. RGB value is (56,128,225). Sum of RGB (Red+Green+Blue) = 56+128+225=409 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.69% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #3880E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3880E1 is #C77F1E. Grayscale: #757575. Windows color (decimal): -13074207 or 14778424. OLE color: 14778424.

HSL color Cylindrical-coordinate representation of color #3880E1: hue angle of 214.44º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3880E1 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB56128225-
CMYK0.750.4300.12
HSL214.44º73.8%55.1%-
HSV(B)214.44º75.11%88.24%-
XYZ22.9421.7274.22-
YUV117.53188.6584.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.69%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 225 (88.28% from 255) = 55.01%
R=13.69%
G=31.30%
B=55.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal561282250.750.4300.12214.4473.855.1
Hex3880E14B2B0Cd64a37
Octal702003411135301432611267
Binary1110001000000011100001100101110101101100110101101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3880e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3880e1; }

 p { color: rgb(56,128,225); }

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

<style>
 a { background-color: #3880e1; }

 a { background-color: rgb(56,128,225); }

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

<style>
 span { border-color: #3880e1; }

 span { border-color: rgb(56,128,225); }

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