#387CE1

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

Shades of Royal Blue #387CE1

Tints of Royal Blue #387CE1

Color information

#387CE1 (or 0x387CE1) is unknown color: approx Royal Blue. HEX triplet: 38, 7C and E1. RGB value is (56,124,225). Sum of RGB (Red+Green+Blue) = 56+124+225=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #387CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CE1 is #C7831E. Grayscale: #727272. Windows color (decimal): -13075231 or 14777400. OLE color: 14777400.

HSL color Cylindrical-coordinate representation of color #387CE1: hue angle of 215.86º 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 #387CE1 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB56124225-
CMYK0.750.4500.12
HSL215.86º73.8%55.1%-
HSV(B)215.86º75.11%88.24%-
XYZ22.4320.6974.05-
YUV115.18189.9785.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.83%
GREEN value IS 124 (48.83% from 255) = 30.62%
BLUE value IS 225 (88.28% from 255) = 55.56%
R=13.83%
G=30.62%
B=55.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal561242250.750.4500.12215.8673.855.1
Hex387CE14B2D0Cd84a37
Octal701743411135501433011267
Binary111000111110011100001100101110110101100110110001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387CE1; }

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

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

<style>
 a { background-color: #387CE1; }

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

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

<style>
 span { border-color: #387CE1; }

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

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