Shades of Curious Blue #3D8CC1
Tints of Curious Blue #3D8CC1
RGB
CMYK
RGB Variations
Color information
#3D8CC1 (or 0x3D8CC1) is known color: Curious Blue. HEX triplet: 3D, 8C and C1. RGB value is (61,140,193). Sum of RGB (Red+Green+Blue) = 61+140+193=394 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.48% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #3D8CC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8CC1 is #C2733E. Grayscale: #7A7A7A. Windows color (decimal): -12743487 or 12684349. OLE color: 12684349.
HSL color Cylindrical-coordinate representation of color #3D8CC1: hue angle of 204.09º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D8CC1 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 140 | 193 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.24 |
| HSL | 204.09º | 0.52% | 0.5% | - |
| HSV(B) | 204.09º | 0.68% | 0.76% | - |
| XYZ | 20.93 | 23.6 | 53.9 | - |
| YUV | 122.42 | 167.83 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 140 | 193 | 0.68 | 0.27 | 0 | 0.24 | 204.09 | 0.52 | 0.5 |
| Hex | 3D | 8C | C1 | 44 | 1B | 0 | 18 | CC | 34 | 32 |
| Octal | 75 | 214 | 301 | 104 | 33 | 0 | 30 | 314 | 64 | 62 |
| Binary | 111101 | 10001100 | 11000001 | 1000100 | 11011 | 0 | 11000 | 11001100 | 110100 | 110010 |
Color Harmonies of #3D8CC1
Complementary color
Monochromatic Colors of #3D8CC1
Black with #3D8CC1
Text Example
Text Example
White with #3D8CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8CC1; }
p { color: rgb(61,140,193); }
H1.HeaderClassName
{
color: #3D8CC1;
}
.AnyTagClassName
{
color: #3D8CC1;
}
</style>
background-color css
<style>
a { background-color: #3D8CC1; }
a { background-color: rgb(61,140,193); }
div.DivClassName
{
background-color: #3D8CC1;
}
.BgClassName
{
background-color: #3D8CC1;
}
</style>
border-color css
<style>
span { border-color: #3D8CC1; }
span { border-color: rgb(61,140,193); }
td.TdClassName
{
border-color: #3D8CC1;
}
.TagClassName
{
border-color: #3D8CC1;
}
</style>