Shades of Curious Blue #387FAC
Tints of Curious Blue #387FAC
RGB
CMYK
RGB Variations
Color information
#387FAC (or 0x387FAC) is known color: Curious Blue. HEX triplet: 38, 7F and AC. RGB value is (56,127,172). Sum of RGB (Red+Green+Blue) = 56+127+172=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #387FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387FAC is #C78053. Grayscale: #6E6E6E. Windows color (decimal): -13074516 or 11304760. OLE color: 11304760.
HSL color Cylindrical-coordinate representation of color #387FAC: hue angle of 203.28º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #387FAC is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 127 | 172 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.33 |
| HSL | 203.28º | 0.51% | 0.45% | - |
| HSV(B) | 203.28º | 0.67% | 0.67% | - |
| XYZ | 16.67 | 19 | 41.82 | - |
| YUV | 110.9 | 162.48 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 172 | 0.67 | 0.26 | 0 | 0.33 | 203.28 | 0.51 | 0.45 |
| Hex | 38 | 7F | AC | 43 | 1A | 0 | 21 | CB | 33 | 2D |
| Octal | 70 | 177 | 254 | 103 | 32 | 0 | 41 | 313 | 63 | 55 |
| Binary | 111000 | 1111111 | 10101100 | 1000011 | 11010 | 0 | 100001 | 11001011 | 110011 | 101101 |
Color Harmonies of #387FAC
Complementary color
Monochromatic Colors of #387FAC
Black with #387FAC
Text Example
Text Example
White with #387FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387FAC; }
p { color: rgb(56,127,172); }
H1.HeaderClassName
{
color: #387FAC;
}
.AnyTagClassName
{
color: #387FAC;
}
</style>
background-color css
<style>
a { background-color: #387FAC; }
a { background-color: rgb(56,127,172); }
div.DivClassName
{
background-color: #387FAC;
}
.BgClassName
{
background-color: #387FAC;
}
</style>
border-color css
<style>
span { border-color: #387FAC; }
span { border-color: rgb(56,127,172); }
td.TdClassName
{
border-color: #387FAC;
}
.TagClassName
{
border-color: #387FAC;
}
</style>