Shades of Curious Blue #387FB6
Tints of Curious Blue #387FB6
RGB
CMYK
RGB Variations
Color information
#387FB6 (or 0x387FB6) is known color: Curious Blue. HEX triplet: 38, 7F and B6. RGB value is (56,127,182). Sum of RGB (Red+Green+Blue) = 56+127+182=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #387FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FB6 is #C78049. Grayscale: #6F6F6F. Windows color (decimal): -13074506 or 11960120. OLE color: 11960120.
HSL color Cylindrical-coordinate representation of color #387FB6: hue angle of 206.19º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #387FB6 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 127 | 182 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.29 |
| HSL | 206.19º | 0.53% | 0.47% | - |
| HSV(B) | 206.19º | 0.69% | 0.71% | - |
| XYZ | 17.66 | 19.4 | 47.07 | - |
| YUV | 112.04 | 167.48 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 182 | 0.69 | 0.30 | 0 | 0.29 | 206.19 | 0.53 | 0.47 |
| Hex | 38 | 7F | B6 | 45 | 1E | 0 | 1D | CE | 35 | 2F |
| Octal | 70 | 177 | 266 | 105 | 36 | 0 | 35 | 316 | 65 | 57 |
| Binary | 111000 | 1111111 | 10110110 | 1000101 | 11110 | 0 | 11101 | 11001110 | 110101 | 101111 |
Color Harmonies of #387FB6
Complementary color
Monochromatic Colors of #387FB6
Black with #387FB6
Text Example
Text Example
White with #387FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387FB6; }
p { color: rgb(56,127,182); }
H1.HeaderClassName
{
color: #387FB6;
}
.AnyTagClassName
{
color: #387FB6;
}
</style>
background-color css
<style>
a { background-color: #387FB6; }
a { background-color: rgb(56,127,182); }
div.DivClassName
{
background-color: #387FB6;
}
.BgClassName
{
background-color: #387FB6;
}
</style>
border-color css
<style>
span { border-color: #387FB6; }
span { border-color: rgb(56,127,182); }
td.TdClassName
{
border-color: #387FB6;
}
.TagClassName
{
border-color: #387FB6;
}
</style>