Shades of Curious Blue #387AAC
Tints of Curious Blue #387AAC
RGB
CMYK
RGB Variations
Color information
#387AAC (or 0x387AAC) is known color: Curious Blue. HEX triplet: 38, 7A and AC. RGB value is (56,122,172). Sum of RGB (Red+Green+Blue) = 56+122+172=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #387AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387AAC is #C78553. Grayscale: #6B6B6B. Windows color (decimal): -13075796 or 11303480. OLE color: 11303480.
HSL color Cylindrical-coordinate representation of color #387AAC: hue angle of 205.86º 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 #387AAC is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 122 | 172 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.33 |
| HSL | 205.86º | 0.51% | 0.45% | - |
| HSV(B) | 205.86º | 0.67% | 0.67% | - |
| XYZ | 16.04 | 17.74 | 41.61 | - |
| YUV | 107.97 | 164.13 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 172 | 0.67 | 0.29 | 0 | 0.33 | 205.86 | 0.51 | 0.45 |
| Hex | 38 | 7A | AC | 43 | 1D | 0 | 21 | CE | 33 | 2D |
| Octal | 70 | 172 | 254 | 103 | 35 | 0 | 41 | 316 | 63 | 55 |
| Binary | 111000 | 1111010 | 10101100 | 1000011 | 11101 | 0 | 100001 | 11001110 | 110011 | 101101 |
Color Harmonies of #387AAC
Complementary color
Monochromatic Colors of #387AAC
Black with #387AAC
Text Example
Text Example
White with #387AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387AAC; }
p { color: rgb(56,122,172); }
H1.HeaderClassName
{
color: #387AAC;
}
.AnyTagClassName
{
color: #387AAC;
}
</style>
background-color css
<style>
a { background-color: #387AAC; }
a { background-color: rgb(56,122,172); }
div.DivClassName
{
background-color: #387AAC;
}
.BgClassName
{
background-color: #387AAC;
}
</style>
border-color css
<style>
span { border-color: #387AAC; }
span { border-color: rgb(56,122,172); }
td.TdClassName
{
border-color: #387AAC;
}
.TagClassName
{
border-color: #387AAC;
}
</style>