Shades of Curious Blue #3B8CDC
Tints of Curious Blue #3B8CDC
RGB
CMYK
RGB Variations
Color information
#3B8CDC (or 0x3B8CDC) is known color: Curious Blue. HEX triplet: 3B, 8C and DC. RGB value is (59,140,220). Sum of RGB (Red+Green+Blue) = 59+140+220=419 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.08% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B8CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8CDC is #C47323. Grayscale: #7C7C7C. Windows color (decimal): -12874532 or 14453819. OLE color: 14453819.
HSL color Cylindrical-coordinate representation of color #3B8CDC: hue angle of 209.81º degrees, saturation: 0.7, 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 #3B8CDC is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 140 | 220 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.14 |
| HSL | 209.81º | 0.7% | 0.55% | - |
| HSV(B) | 209.81º | 0.73% | 0.86% | - |
| XYZ | 24.1 | 24.85 | 71.24 | - |
| YUV | 124.9 | 181.66 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 140 | 220 | 0.73 | 0.36 | 0 | 0.14 | 209.81 | 0.7 | 0.55 |
| Hex | 3B | 8C | DC | 49 | 24 | 0 | E | D2 | 46 | 37 |
| Octal | 73 | 214 | 334 | 111 | 44 | 0 | 16 | 322 | 106 | 67 |
| Binary | 111011 | 10001100 | 11011100 | 1001001 | 100100 | 0 | 1110 | 11010010 | 1000110 | 110111 |
Color Harmonies of #3B8CDC
Complementary color
Monochromatic Colors of #3B8CDC
Black with #3B8CDC
Text Example
Text Example
White with #3B8CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8CDC; }
p { color: rgb(59,140,220); }
H1.HeaderClassName
{
color: #3B8CDC;
}
.AnyTagClassName
{
color: #3B8CDC;
}
</style>
background-color css
<style>
a { background-color: #3B8CDC; }
a { background-color: rgb(59,140,220); }
div.DivClassName
{
background-color: #3B8CDC;
}
.BgClassName
{
background-color: #3B8CDC;
}
</style>
border-color css
<style>
span { border-color: #3B8CDC; }
span { border-color: rgb(59,140,220); }
td.TdClassName
{
border-color: #3B8CDC;
}
.TagClassName
{
border-color: #3B8CDC;
}
</style>