#387CBF

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

Shades of Curious Blue #387CBF

Tints of Curious Blue #387CBF

Color information

#387CBF (or 0x387CBF) is unknown color: approx Curious Blue. HEX triplet: 38, 7C and BF. RGB value is (56,124,191). Sum of RGB (Red+Green+Blue) = 56+124+191=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #387CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CBF is #C78340. Grayscale: #6E6E6E. Windows color (decimal): -13075265 or 12549176. OLE color: 12549176.

HSL color Cylindrical-coordinate representation of color #387CBF: hue angle of 209.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #387CBF is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB56124191-
CMYK0.710.3500.25
HSL209.78º54.66%48.43%-
HSV(B)209.78º70.68%74.9%-
XYZ18.2419.0252-
YUV111.31172.9788.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.09%
GREEN value IS 124 (48.83% from 255) = 33.42%
BLUE value IS 191 (75% from 255) = 51.48%
R=15.09%
G=33.42%
B=51.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561241910.710.3500.25209.7854.6648.43
Hex387CBF4723019d23730
Octal70174277107430313226760
Binary111000111110010111111100011110001101100111010010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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