Shades of Curious Blue #387DB3
Tints of Curious Blue #387DB3
RGB
CMYK
RGB Variations
Color information
#387DB3 (or 0x387DB3) is known color: Curious Blue. HEX triplet: 38, 7D and B3. RGB value is (56,125,179). Sum of RGB (Red+Green+Blue) = 56+125+179=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #387DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387DB3 is #C7824C. Grayscale: #6E6E6E. Windows color (decimal): -13075021 or 11763000. OLE color: 11763000.
HSL color Cylindrical-coordinate representation of color #387DB3: hue angle of 206.34º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #387DB3 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 125 | 179 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.30 |
| HSL | 206.34º | 0.52% | 0.46% | - |
| HSV(B) | 206.34º | 0.69% | 0.7% | - |
| XYZ | 17.1 | 18.76 | 45.37 | - |
| YUV | 110.53 | 166.64 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 179 | 0.69 | 0.30 | 0 | 0.30 | 206.34 | 0.52 | 0.46 |
| Hex | 38 | 7D | B3 | 45 | 1E | 0 | 1E | CE | 34 | 2E |
| Octal | 70 | 175 | 263 | 105 | 36 | 0 | 36 | 316 | 64 | 56 |
| Binary | 111000 | 1111101 | 10110011 | 1000101 | 11110 | 0 | 11110 | 11001110 | 110100 | 101110 |
Color Harmonies of #387DB3
Complementary color
Monochromatic Colors of #387DB3
Black with #387DB3
Text Example
Text Example
White with #387DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387DB3; }
p { color: rgb(56,125,179); }
H1.HeaderClassName
{
color: #387DB3;
}
.AnyTagClassName
{
color: #387DB3;
}
</style>
background-color css
<style>
a { background-color: #387DB3; }
a { background-color: rgb(56,125,179); }
div.DivClassName
{
background-color: #387DB3;
}
.BgClassName
{
background-color: #387DB3;
}
</style>
border-color css
<style>
span { border-color: #387DB3; }
span { border-color: rgb(56,125,179); }
td.TdClassName
{
border-color: #387DB3;
}
.TagClassName
{
border-color: #387DB3;
}
</style>