Shades of Curious Blue #3894CF
Tints of Curious Blue #3894CF
RGB
CMYK
RGB Variations
Color information
#3894CF (or 0x3894CF) is known color: Curious Blue. HEX triplet: 38, 94 and CF. RGB value is (56,148,207). Sum of RGB (Red+Green+Blue) = 56+148+207=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #3894CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3894CF is #C76B30. Grayscale: #7E7E7E. Windows color (decimal): -13069105 or 13603896. OLE color: 13603896.
HSL color Cylindrical-coordinate representation of color #3894CF: hue angle of 203.44º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3894CF is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 148 | 207 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.19 |
| HSL | 203.44º | 0.61% | 0.52% | - |
| HSV(B) | 203.44º | 0.73% | 0.81% | - |
| XYZ | 23.48 | 26.53 | 62.91 | - |
| YUV | 127.22 | 173.02 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 148 | 207 | 0.73 | 0.29 | 0 | 0.19 | 203.44 | 0.61 | 0.52 |
| Hex | 38 | 94 | CF | 49 | 1D | 0 | 13 | CB | 3D | 34 |
| Octal | 70 | 224 | 317 | 111 | 35 | 0 | 23 | 313 | 75 | 64 |
| Binary | 111000 | 10010100 | 11001111 | 1001001 | 11101 | 0 | 10011 | 11001011 | 111101 | 110100 |
Color Harmonies of #3894CF
Complementary color
Monochromatic Colors of #3894CF
Black with #3894CF
Text Example
Text Example
White with #3894CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3894CF; }
p { color: rgb(56,148,207); }
H1.HeaderClassName
{
color: #3894CF;
}
.AnyTagClassName
{
color: #3894CF;
}
</style>
background-color css
<style>
a { background-color: #3894CF; }
a { background-color: rgb(56,148,207); }
div.DivClassName
{
background-color: #3894CF;
}
.BgClassName
{
background-color: #3894CF;
}
</style>
border-color css
<style>
span { border-color: #3894CF; }
span { border-color: rgb(56,148,207); }
td.TdClassName
{
border-color: #3894CF;
}
.TagClassName
{
border-color: #3894CF;
}
</style>