#387FB5

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

Shades of Curious Blue #387FB5

Tints of Curious Blue #387FB5

Color information

#387FB5 (or 0x387FB5) is unknown color: approx Curious Blue. HEX triplet: 38, 7F and B5. RGB value is (56,127,181). Sum of RGB (Red+Green+Blue) = 56+127+181=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 181 (71.09% from 255 or 49.73% from 364); Max value from RGB is 181 - color contains mainly: blue. Hex color #387FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FB5 is #C7804A. Grayscale: #6F6F6F. Windows color (decimal): -13074507 or 11894584. OLE color: 11894584.

HSL color Cylindrical-coordinate representation of color #387FB5: hue angle of 205.92º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #387FB5 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB56127181-
CMYK0.690.3000.29
HSL205.92º52.74%46.47%-
HSV(B)205.92º69.06%70.98%-
XYZ17.5619.3646.53-
YUV111.93166.9888.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.38%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 181 (71.09% from 255) = 49.73%
R=15.38%
G=34.89%
B=49.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561271810.690.3000.29205.9252.7446.47
Hex387FB5451E01Dce352e
Octal70177265105360353166556
Binary11100011111111011010110001011111001110111001110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,127,181); }

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

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

 a { background-color: rgb(56,127,181); }

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

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

 span { border-color: rgb(56,127,181); }

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