Shades of Curious Blue #387AB5
Tints of Curious Blue #387AB5
RGB
CMYK
RGB Variations
Color information
#387AB5 (or 0x387AB5) is known color: Curious Blue. HEX triplet: 38, 7A and B5. RGB value is (56,122,181). Sum of RGB (Red+Green+Blue) = 56+122+181=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 181 (71.09% from 255 or 50.42% from 359); Max value from RGB is 181 - color contains mainly: blue. Hex color #387AB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387AB5 is #C7854A. Grayscale: #6C6C6C. Windows color (decimal): -13075787 or 11893304. OLE color: 11893304.
HSL color Cylindrical-coordinate representation of color #387AB5: hue angle of 208.32º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #387AB5 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 122 | 181 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.29 |
| HSL | 208.32º | 0.53% | 0.46% | - |
| HSV(B) | 208.32º | 0.69% | 0.71% | - |
| XYZ | 16.93 | 18.1 | 46.32 | - |
| YUV | 108.99 | 168.63 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 181 | 0.69 | 0.33 | 0 | 0.29 | 208.32 | 0.53 | 0.46 |
| Hex | 38 | 7A | B5 | 45 | 21 | 0 | 1D | D0 | 35 | 2E |
| Octal | 70 | 172 | 265 | 105 | 41 | 0 | 35 | 320 | 65 | 56 |
| Binary | 111000 | 1111010 | 10110101 | 1000101 | 100001 | 0 | 11101 | 11010000 | 110101 | 101110 |
Color Harmonies of #387AB5
Complementary color
Monochromatic Colors of #387AB5
Black with #387AB5
Text Example
Text Example
White with #387AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387AB5; }
p { color: rgb(56,122,181); }
H1.HeaderClassName
{
color: #387AB5;
}
.AnyTagClassName
{
color: #387AB5;
}
</style>
background-color css
<style>
a { background-color: #387AB5; }
a { background-color: rgb(56,122,181); }
div.DivClassName
{
background-color: #387AB5;
}
.BgClassName
{
background-color: #387AB5;
}
</style>
border-color css
<style>
span { border-color: #387AB5; }
span { border-color: rgb(56,122,181); }
td.TdClassName
{
border-color: #387AB5;
}
.TagClassName
{
border-color: #387AB5;
}
</style>