#387db5

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

Shades of Curious Blue #387DB5

Tints of Curious Blue #387DB5

Color information

#387DB5 (or 0x387DB5) is unknown color: approx Curious Blue. HEX triplet: 38, 7D and B5. RGB value is (56,125,181). Sum of RGB (Red+Green+Blue) = 56+125+181=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #387DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387DB5 is #C7824A. Grayscale: #6E6E6E. Windows color (decimal): -13075019 or 11894072. OLE color: 11894072.

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

Color convert

RGB56125181-
CMYK0.690.3100.29
HSL206.88º52.74%46.47%-
HSV(B)206.88º69.06%70.98%-
XYZ17.318.8446.44-
YUV110.75167.6488.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.47%
GREEN value IS 125 (49.22% from 255) = 34.53%
BLUE value IS 181 (71.09% from 255) = 50%
R=15.47%
G=34.53%
B=50%

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
Decimal561251810.690.3100.29206.8852.7446.47
Hex387DB5451F01Dcf352e
Octal70175265105370353176556
Binary11100011111011011010110001011111101110111001111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387db5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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