Shades of Curious Blue #387BB5
Tints of Curious Blue #387BB5
RGB
CMYK
RGB Variations
Color information
#387BB5 (or 0x387BB5) is known color: Curious Blue. HEX triplet: 38, 7B and B5. RGB value is (56,123,181). Sum of RGB (Red+Green+Blue) = 56+123+181=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 181 (71.09% from 255 or 50.28% from 360); Max value from RGB is 181 - color contains mainly: blue. Hex color #387BB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BB5 is #C7844A. Grayscale: #6D6D6D. Windows color (decimal): -13075531 or 11893560. OLE color: 11893560.
HSL color Cylindrical-coordinate representation of color #387BB5: hue angle of 207.84º 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 #387BB5 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 123 | 181 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.29 |
| HSL | 207.84º | 0.53% | 0.46% | - |
| HSV(B) | 207.84º | 0.69% | 0.71% | - |
| XYZ | 17.05 | 18.34 | 46.36 | - |
| YUV | 109.58 | 168.3 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 181 | 0.69 | 0.32 | 0 | 0.29 | 207.84 | 0.53 | 0.46 |
| Hex | 38 | 7B | B5 | 45 | 20 | 0 | 1D | D0 | 35 | 2E |
| Octal | 70 | 173 | 265 | 105 | 40 | 0 | 35 | 320 | 65 | 56 |
| Binary | 111000 | 1111011 | 10110101 | 1000101 | 100000 | 0 | 11101 | 11010000 | 110101 | 101110 |
Color Harmonies of #387BB5
Complementary color
Monochromatic Colors of #387BB5
Black with #387BB5
Text Example
Text Example
White with #387BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BB5; }
p { color: rgb(56,123,181); }
H1.HeaderClassName
{
color: #387BB5;
}
.AnyTagClassName
{
color: #387BB5;
}
</style>
background-color css
<style>
a { background-color: #387BB5; }
a { background-color: rgb(56,123,181); }
div.DivClassName
{
background-color: #387BB5;
}
.BgClassName
{
background-color: #387BB5;
}
</style>
border-color css
<style>
span { border-color: #387BB5; }
span { border-color: rgb(56,123,181); }
td.TdClassName
{
border-color: #387BB5;
}
.TagClassName
{
border-color: #387BB5;
}
</style>