#387CD2

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

Shades of Curious Blue #387CD2

Tints of Curious Blue #387CD2

Color information

#387CD2 (or 0x387CD2) is unknown color: approx Curious Blue. HEX triplet: 38, 7C and D2. RGB value is (56,124,210). Sum of RGB (Red+Green+Blue) = 56+124+210=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 210 (82.42% from 255 or 53.85% from 390); Max value from RGB is 210 - color contains mainly: blue. Hex color #387CD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CD2 is #C7832D. Grayscale: #717171. Windows color (decimal): -13075246 or 13794360. OLE color: 13794360.

HSL color Cylindrical-coordinate representation of color #387CD2: hue angle of 213.51º degrees, saturation: 0.63, 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 #387CD2 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB56124210-
CMYK0.730.4100.18
HSL213.51º63.11%52.16%-
HSV(B)213.51º73.33%82.35%-
XYZ20.4719.9163.74-
YUV113.47182.4787.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.36%
GREEN value IS 124 (48.83% from 255) = 31.79%
BLUE value IS 210 (82.42% from 255) = 53.85%
R=14.36%
G=31.79%
B=53.85%

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
Decimal561242100.730.4100.18213.5163.1152.16
Hex387CD24929012d63f34
Octal70174322111510223267764
Binary111000111110011010010100100110100101001011010110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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