Shades of Curious Blue #3B8CDB
Tints of Curious Blue #3B8CDB
RGB
CMYK
RGB Variations
Color information
#3B8CDB (or 0x3B8CDB) is known color: Curious Blue. HEX triplet: 3B, 8C and DB. RGB value is (59,140,219). Sum of RGB (Red+Green+Blue) = 59+140+219=418 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.11% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B8CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8CDB is #C47324. Grayscale: #7C7C7C. Windows color (decimal): -12874533 or 14388283. OLE color: 14388283.
HSL color Cylindrical-coordinate representation of color #3B8CDB: hue angle of 209.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B8CDB is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 140 | 219 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.14 |
| HSL | 209.63º | 0.69% | 0.55% | - |
| HSV(B) | 209.63º | 0.73% | 0.86% | - |
| XYZ | 23.97 | 24.8 | 70.54 | - |
| YUV | 124.79 | 181.16 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 140 | 219 | 0.73 | 0.36 | 0 | 0.14 | 209.63 | 0.69 | 0.55 |
| Hex | 3B | 8C | DB | 49 | 24 | 0 | E | D2 | 45 | 37 |
| Octal | 73 | 214 | 333 | 111 | 44 | 0 | 16 | 322 | 105 | 67 |
| Binary | 111011 | 10001100 | 11011011 | 1001001 | 100100 | 0 | 1110 | 11010010 | 1000101 | 110111 |
Color Harmonies of #3B8CDB
Complementary color
Monochromatic Colors of #3B8CDB
Black with #3B8CDB
Text Example
Text Example
White with #3B8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8CDB; }
p { color: rgb(59,140,219); }
H1.HeaderClassName
{
color: #3B8CDB;
}
.AnyTagClassName
{
color: #3B8CDB;
}
</style>
background-color css
<style>
a { background-color: #3B8CDB; }
a { background-color: rgb(59,140,219); }
div.DivClassName
{
background-color: #3B8CDB;
}
.BgClassName
{
background-color: #3B8CDB;
}
</style>
border-color css
<style>
span { border-color: #3B8CDB; }
span { border-color: rgb(59,140,219); }
td.TdClassName
{
border-color: #3B8CDB;
}
.TagClassName
{
border-color: #3B8CDB;
}
</style>