#387DB9

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

Shades of Curious Blue #387DB9

Tints of Curious Blue #387DB9

Color information

#387DB9 (or 0x387DB9) is unknown color: approx Curious Blue. HEX triplet: 38, 7D and B9. RGB value is (56,125,185). Sum of RGB (Red+Green+Blue) = 56+125+185=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #387DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387DB9 is #C78246. Grayscale: #6E6E6E. Windows color (decimal): -13075015 or 12156216. OLE color: 12156216.

HSL color Cylindrical-coordinate representation of color #387DB9: hue angle of 207.91º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #387DB9 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB56125185-
CMYK0.700.3200.27
HSL207.91º53.53%47.25%-
HSV(B)207.91º69.73%72.55%-
XYZ17.7219.0148.63-
YUV111.21169.6488.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.30%
GREEN value IS 125 (49.22% from 255) = 34.15%
BLUE value IS 185 (72.66% from 255) = 50.55%
R=15.30%
G=34.15%
B=50.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561251850.700.3200.27207.9153.5347.25
Hex387DB9462001Bd0362f
Octal70175271106400333206657
Binary111000111110110111001100011010000001101111010000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,125,185); }

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

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

 a { background-color: rgb(56,125,185); }

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

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

 span { border-color: rgb(56,125,185); }

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