Shades of Curious Blue #3B94C0
Tints of Curious Blue #3B94C0
RGB
CMYK
RGB Variations
Color information
#3B94C0 (or 0x3B94C0) is known color: Curious Blue. HEX triplet: 3B, 94 and C0. RGB value is (59,148,192). Sum of RGB (Red+Green+Blue) = 59+148+192=399 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.79% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #3B94C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B94C0 is #C46B3F. Grayscale: #7E7E7E. Windows color (decimal): -12872512 or 12620859. OLE color: 12620859.
HSL color Cylindrical-coordinate representation of color #3B94C0: hue angle of 199.85º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B94C0 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 148 | 192 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.25 |
| HSL | 199.85º | 0.53% | 0.49% | - |
| HSV(B) | 199.85º | 0.69% | 0.75% | - |
| XYZ | 21.91 | 25.92 | 53.72 | - |
| YUV | 126.41 | 165.01 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 148 | 192 | 0.69 | 0.23 | 0 | 0.25 | 199.85 | 0.53 | 0.49 |
| Hex | 3B | 94 | C0 | 45 | 17 | 0 | 19 | C8 | 35 | 31 |
| Octal | 73 | 224 | 300 | 105 | 27 | 0 | 31 | 310 | 65 | 61 |
| Binary | 111011 | 10010100 | 11000000 | 1000101 | 10111 | 0 | 11001 | 11001000 | 110101 | 110001 |
Color Harmonies of #3B94C0
Complementary color
Monochromatic Colors of #3B94C0
Black with #3B94C0
Text Example
Text Example
White with #3B94C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B94C0; }
p { color: rgb(59,148,192); }
H1.HeaderClassName
{
color: #3B94C0;
}
.AnyTagClassName
{
color: #3B94C0;
}
</style>
background-color css
<style>
a { background-color: #3B94C0; }
a { background-color: rgb(59,148,192); }
div.DivClassName
{
background-color: #3B94C0;
}
.BgClassName
{
background-color: #3B94C0;
}
</style>
border-color css
<style>
span { border-color: #3B94C0; }
span { border-color: rgb(59,148,192); }
td.TdClassName
{
border-color: #3B94C0;
}
.TagClassName
{
border-color: #3B94C0;
}
</style>