#387DB4

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

Shades of Curious Blue #387DB4

Tints of Curious Blue #387DB4

Color information

#387DB4 (or 0x387DB4) is unknown color: approx Curious Blue. HEX triplet: 38, 7D and B4. RGB value is (56,125,180). Sum of RGB (Red+Green+Blue) = 56+125+180=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #387DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387DB4 is #C7824B. Grayscale: #6E6E6E. Windows color (decimal): -13075020 or 11828536. OLE color: 11828536.

HSL color Cylindrical-coordinate representation of color #387DB4: hue angle of 206.61º 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 #387DB4 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB56125180-
CMYK0.690.3100.29
HSL206.61º52.54%46.27%-
HSV(B)206.61º68.89%70.59%-
XYZ17.218.845.9-
YUV110.64167.1489.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.51%
GREEN value IS 125 (49.22% from 255) = 34.63%
BLUE value IS 180 (70.70% from 255) = 49.86%
R=15.51%
G=34.63%
B=49.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561251800.690.3100.29206.6152.5446.27
Hex387DB4451F01Dcf352e
Octal70175264105370353176556
Binary11100011111011011010010001011111101110111001111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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