Shades of Curious Blue #387ECB
Tints of Curious Blue #387ECB
RGB
CMYK
RGB Variations
Color information
#387ECB (or 0x387ECB) is known color: Curious Blue. HEX triplet: 38, 7E and CB. RGB value is (56,126,203). Sum of RGB (Red+Green+Blue) = 56+126+203=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #387ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387ECB is #C78134. Grayscale: #717171. Windows color (decimal): -13074741 or 13336120. OLE color: 13336120.
HSL color Cylindrical-coordinate representation of color #387ECB: hue angle of 211.43º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #387ECB is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 126 | 203 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.20 |
| HSL | 211.43º | 0.59% | 0.51% | - |
| HSV(B) | 211.43º | 0.72% | 0.8% | - |
| XYZ | 19.87 | 20.07 | 59.33 | - |
| YUV | 113.85 | 178.31 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 203 | 0.72 | 0.38 | 0 | 0.20 | 211.43 | 0.59 | 0.51 |
| Hex | 38 | 7E | CB | 48 | 26 | 0 | 14 | D3 | 3B | 33 |
| Octal | 70 | 176 | 313 | 110 | 46 | 0 | 24 | 323 | 73 | 63 |
| Binary | 111000 | 1111110 | 11001011 | 1001000 | 100110 | 0 | 10100 | 11010011 | 111011 | 110011 |
Color Harmonies of #387ECB
Complementary color
Monochromatic Colors of #387ECB
Black with #387ECB
Text Example
Text Example
White with #387ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387ECB; }
p { color: rgb(56,126,203); }
H1.HeaderClassName
{
color: #387ECB;
}
.AnyTagClassName
{
color: #387ECB;
}
</style>
background-color css
<style>
a { background-color: #387ECB; }
a { background-color: rgb(56,126,203); }
div.DivClassName
{
background-color: #387ECB;
}
.BgClassName
{
background-color: #387ECB;
}
</style>
border-color css
<style>
span { border-color: #387ECB; }
span { border-color: rgb(56,126,203); }
td.TdClassName
{
border-color: #387ECB;
}
.TagClassName
{
border-color: #387ECB;
}
</style>