Shades of Curious Blue #387AB3
Tints of Curious Blue #387AB3
RGB
CMYK
RGB Variations
Color information
#387AB3 (or 0x387AB3) is known color: Curious Blue. HEX triplet: 38, 7A and B3. RGB value is (56,122,179). Sum of RGB (Red+Green+Blue) = 56+122+179=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 179 (70.31% from 255 or 50.14% from 357); Max value from RGB is 179 - color contains mainly: blue. Hex color #387AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387AB3 is #C7854C. Grayscale: #6C6C6C. Windows color (decimal): -13075789 or 11762232. OLE color: 11762232.
HSL color Cylindrical-coordinate representation of color #387AB3: hue angle of 207.8º 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 #387AB3 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 122 | 179 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.30 |
| HSL | 207.8º | 0.52% | 0.46% | - |
| HSV(B) | 207.8º | 0.69% | 0.7% | - |
| XYZ | 16.73 | 18.01 | 45.24 | - |
| YUV | 108.76 | 167.63 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 179 | 0.69 | 0.32 | 0 | 0.30 | 207.8 | 0.52 | 0.46 |
| Hex | 38 | 7A | B3 | 45 | 20 | 0 | 1E | D0 | 34 | 2E |
| Octal | 70 | 172 | 263 | 105 | 40 | 0 | 36 | 320 | 64 | 56 |
| Binary | 111000 | 1111010 | 10110011 | 1000101 | 100000 | 0 | 11110 | 11010000 | 110100 | 101110 |
Color Harmonies of #387AB3
Complementary color
Monochromatic Colors of #387AB3
Black with #387AB3
Text Example
Text Example
White with #387AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387AB3; }
p { color: rgb(56,122,179); }
H1.HeaderClassName
{
color: #387AB3;
}
.AnyTagClassName
{
color: #387AB3;
}
</style>
background-color css
<style>
a { background-color: #387AB3; }
a { background-color: rgb(56,122,179); }
div.DivClassName
{
background-color: #387AB3;
}
.BgClassName
{
background-color: #387AB3;
}
</style>
border-color css
<style>
span { border-color: #387AB3; }
span { border-color: rgb(56,122,179); }
td.TdClassName
{
border-color: #387AB3;
}
.TagClassName
{
border-color: #387AB3;
}
</style>