Shades of Curious Blue #387FB3
Tints of Curious Blue #387FB3
RGB
CMYK
RGB Variations
Color information
#387FB3 (or 0x387FB3) is known color: Curious Blue. HEX triplet: 38, 7F and B3. RGB value is (56,127,179). Sum of RGB (Red+Green+Blue) = 56+127+179=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 179 (70.31% from 255 or 49.45% from 362); Max value from RGB is 179 - color contains mainly: blue. Hex color #387FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FB3 is #C7804C. Grayscale: #6F6F6F. Windows color (decimal): -13074509 or 11763512. OLE color: 11763512.
HSL color Cylindrical-coordinate representation of color #387FB3: hue angle of 205.37º 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 #387FB3 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 127 | 179 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.30 |
| HSL | 205.37º | 0.52% | 0.46% | - |
| HSV(B) | 205.37º | 0.69% | 0.7% | - |
| XYZ | 17.36 | 19.27 | 45.45 | - |
| YUV | 111.7 | 165.98 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 179 | 0.69 | 0.29 | 0 | 0.30 | 205.37 | 0.52 | 0.46 |
| Hex | 38 | 7F | B3 | 45 | 1D | 0 | 1E | CD | 34 | 2E |
| Octal | 70 | 177 | 263 | 105 | 35 | 0 | 36 | 315 | 64 | 56 |
| Binary | 111000 | 1111111 | 10110011 | 1000101 | 11101 | 0 | 11110 | 11001101 | 110100 | 101110 |
Color Harmonies of #387FB3
Complementary color
Monochromatic Colors of #387FB3
Black with #387FB3
Text Example
Text Example
White with #387FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387FB3; }
p { color: rgb(56,127,179); }
H1.HeaderClassName
{
color: #387FB3;
}
.AnyTagClassName
{
color: #387FB3;
}
</style>
background-color css
<style>
a { background-color: #387FB3; }
a { background-color: rgb(56,127,179); }
div.DivClassName
{
background-color: #387FB3;
}
.BgClassName
{
background-color: #387FB3;
}
</style>
border-color css
<style>
span { border-color: #387FB3; }
span { border-color: rgb(56,127,179); }
td.TdClassName
{
border-color: #387FB3;
}
.TagClassName
{
border-color: #387FB3;
}
</style>