Shades of Curious Blue #3874B8
Tints of Curious Blue #3874B8
RGB
CMYK
RGB Variations
Color information
#3874B8 (or 0x3874B8) is known color: Curious Blue. HEX triplet: 38, 74 and B8. RGB value is (56,116,184). Sum of RGB (Red+Green+Blue) = 56+116+184=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 184 (72.27% from 255 or 51.69% from 356); Max value from RGB is 184 - color contains mainly: blue. Hex color #3874B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3874B8 is #C78B47. Grayscale: #696969. Windows color (decimal): -13077320 or 12088376. OLE color: 12088376.
HSL color Cylindrical-coordinate representation of color #3874B8: hue angle of 211.88º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3874B8 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 116 | 184 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.28 |
| HSL | 211.88º | 0.53% | 0.47% | - |
| HSV(B) | 211.88º | 0.7% | 0.72% | - |
| XYZ | 16.53 | 16.79 | 47.72 | - |
| YUV | 105.81 | 172.12 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 184 | 0.70 | 0.37 | 0 | 0.28 | 211.88 | 0.53 | 0.47 |
| Hex | 38 | 74 | B8 | 46 | 25 | 0 | 1C | D4 | 35 | 2F |
| Octal | 70 | 164 | 270 | 106 | 45 | 0 | 34 | 324 | 65 | 57 |
| Binary | 111000 | 1110100 | 10111000 | 1000110 | 100101 | 0 | 11100 | 11010100 | 110101 | 101111 |
Color Harmonies of #3874B8
Complementary color
Monochromatic Colors of #3874B8
Black with #3874B8
Text Example
Text Example
White with #3874B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3874B8; }
p { color: rgb(56,116,184); }
H1.HeaderClassName
{
color: #3874B8;
}
.AnyTagClassName
{
color: #3874B8;
}
</style>
background-color css
<style>
a { background-color: #3874B8; }
a { background-color: rgb(56,116,184); }
div.DivClassName
{
background-color: #3874B8;
}
.BgClassName
{
background-color: #3874B8;
}
</style>
border-color css
<style>
span { border-color: #3874B8; }
span { border-color: rgb(56,116,184); }
td.TdClassName
{
border-color: #3874B8;
}
.TagClassName
{
border-color: #3874B8;
}
</style>