Shades of Curious Blue #3894BD
Tints of Curious Blue #3894BD
RGB
CMYK
RGB Variations
Color information
#3894BD (or 0x3894BD) is known color: Curious Blue. HEX triplet: 38, 94 and BD. RGB value is (56,148,189). Sum of RGB (Red+Green+Blue) = 56+148+189=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #3894BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3894BD is #C76B42. Grayscale: #7C7C7C. Windows color (decimal): -13069123 or 12424248. OLE color: 12424248.
HSL color Cylindrical-coordinate representation of color #3894BD: hue angle of 198.5º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3894BD is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 148 | 189 | - |
| CMYK | 0.70 | 0.22 | 0 | 0.26 |
| HSL | 198.5º | 0.54% | 0.48% | - |
| HSV(B) | 198.5º | 0.7% | 0.74% | - |
| XYZ | 21.41 | 25.69 | 51.98 | - |
| YUV | 125.17 | 164.02 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 148 | 189 | 0.70 | 0.22 | 0 | 0.26 | 198.5 | 0.54 | 0.48 |
| Hex | 38 | 94 | BD | 46 | 16 | 0 | 1A | C6 | 36 | 30 |
| Octal | 70 | 224 | 275 | 106 | 26 | 0 | 32 | 306 | 66 | 60 |
| Binary | 111000 | 10010100 | 10111101 | 1000110 | 10110 | 0 | 11010 | 11000110 | 110110 | 110000 |
Color Harmonies of #3894BD
Complementary color
Monochromatic Colors of #3894BD
Black with #3894BD
Text Example
Text Example
White with #3894BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3894BD; }
p { color: rgb(56,148,189); }
H1.HeaderClassName
{
color: #3894BD;
}
.AnyTagClassName
{
color: #3894BD;
}
</style>
background-color css
<style>
a { background-color: #3894BD; }
a { background-color: rgb(56,148,189); }
div.DivClassName
{
background-color: #3894BD;
}
.BgClassName
{
background-color: #3894BD;
}
</style>
border-color css
<style>
span { border-color: #3894BD; }
span { border-color: rgb(56,148,189); }
td.TdClassName
{
border-color: #3894BD;
}
.TagClassName
{
border-color: #3894BD;
}
</style>