Shades of Curious Blue #387BCB
Tints of Curious Blue #387BCB
RGB
CMYK
RGB Variations
Color information
#387BCB (or 0x387BCB) is known color: Curious Blue. HEX triplet: 38, 7B and CB. RGB value is (56,123,203). Sum of RGB (Red+Green+Blue) = 56+123+203=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #387BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BCB is #C78434. Grayscale: #6F6F6F. Windows color (decimal): -13075509 or 13335352. OLE color: 13335352.
HSL color Cylindrical-coordinate representation of color #387BCB: hue angle of 212.65º 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 #387BCB is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 123 | 203 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.20 |
| HSL | 212.65º | 0.59% | 0.51% | - |
| HSV(B) | 212.65º | 0.72% | 0.8% | - |
| XYZ | 19.49 | 19.32 | 59.2 | - |
| YUV | 112.09 | 179.3 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 203 | 0.72 | 0.39 | 0 | 0.20 | 212.65 | 0.59 | 0.51 |
| Hex | 38 | 7B | CB | 48 | 27 | 0 | 14 | D5 | 3B | 33 |
| Octal | 70 | 173 | 313 | 110 | 47 | 0 | 24 | 325 | 73 | 63 |
| Binary | 111000 | 1111011 | 11001011 | 1001000 | 100111 | 0 | 10100 | 11010101 | 111011 | 110011 |
Color Harmonies of #387BCB
Complementary color
Monochromatic Colors of #387BCB
Black with #387BCB
Text Example
Text Example
White with #387BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BCB; }
p { color: rgb(56,123,203); }
H1.HeaderClassName
{
color: #387BCB;
}
.AnyTagClassName
{
color: #387BCB;
}
</style>
background-color css
<style>
a { background-color: #387BCB; }
a { background-color: rgb(56,123,203); }
div.DivClassName
{
background-color: #387BCB;
}
.BgClassName
{
background-color: #387BCB;
}
</style>
border-color css
<style>
span { border-color: #387BCB; }
span { border-color: rgb(56,123,203); }
td.TdClassName
{
border-color: #387BCB;
}
.TagClassName
{
border-color: #387BCB;
}
</style>