Shades of Curious Blue #387DAA
Tints of Curious Blue #387DAA
RGB
CMYK
RGB Variations
Color information
#387DAA (or 0x387DAA) is known color: Curious Blue. HEX triplet: 38, 7D and AA. RGB value is (56,125,170). Sum of RGB (Red+Green+Blue) = 56+125+170=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #387DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387DAA is #C78255. Grayscale: #6D6D6D. Windows color (decimal): -13075030 or 11173176. OLE color: 11173176.
HSL color Cylindrical-coordinate representation of color #387DAA: hue angle of 203.68º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #387DAA is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 125 | 170 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.33 |
| HSL | 203.68º | 0.5% | 0.44% | - |
| HSV(B) | 203.68º | 0.67% | 0.67% | - |
| XYZ | 16.22 | 18.41 | 40.73 | - |
| YUV | 109.5 | 162.14 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 170 | 0.67 | 0.26 | 0 | 0.33 | 203.68 | 0.5 | 0.44 |
| Hex | 38 | 7D | AA | 43 | 1A | 0 | 21 | CC | 32 | 2C |
| Octal | 70 | 175 | 252 | 103 | 32 | 0 | 41 | 314 | 62 | 54 |
| Binary | 111000 | 1111101 | 10101010 | 1000011 | 11010 | 0 | 100001 | 11001100 | 110010 | 101100 |
Color Harmonies of #387DAA
Complementary color
Monochromatic Colors of #387DAA
Black with #387DAA
Text Example
Text Example
White with #387DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387DAA; }
p { color: rgb(56,125,170); }
H1.HeaderClassName
{
color: #387DAA;
}
.AnyTagClassName
{
color: #387DAA;
}
</style>
background-color css
<style>
a { background-color: #387DAA; }
a { background-color: rgb(56,125,170); }
div.DivClassName
{
background-color: #387DAA;
}
.BgClassName
{
background-color: #387DAA;
}
</style>
border-color css
<style>
span { border-color: #387DAA; }
span { border-color: rgb(56,125,170); }
td.TdClassName
{
border-color: #387DAA;
}
.TagClassName
{
border-color: #387DAA;
}
</style>