#387CD1

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

Shades of Curious Blue #387CD1

Tints of Curious Blue #387CD1

Color information

#387CD1 (or 0x387CD1) is unknown color: approx Curious Blue. HEX triplet: 38, 7C and D1. RGB value is (56,124,209). Sum of RGB (Red+Green+Blue) = 56+124+209=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 209 (82.03% from 255 or 53.73% from 389); Max value from RGB is 209 - color contains mainly: blue. Hex color #387CD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CD1 is #C7832E. Grayscale: #707070. Windows color (decimal): -13075247 or 13728824. OLE color: 13728824.

HSL color Cylindrical-coordinate representation of color #387CD1: hue angle of 213.33º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #387CD1 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB56124209-
CMYK0.730.4100.18
HSL213.33º62.45%51.96%-
HSV(B)213.33º73.21%81.96%-
XYZ20.3519.8663.08-
YUV113.36181.9787.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.40%
GREEN value IS 124 (48.83% from 255) = 31.88%
BLUE value IS 209 (82.03% from 255) = 53.73%
R=14.40%
G=31.88%
B=53.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal561242090.730.4100.18213.3362.4551.96
Hex387CD14929012d53e34
Octal70174321111510223257664
Binary111000111110011010001100100110100101001011010101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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