Shades of Curious Blue #3D9ACB
Tints of Curious Blue #3D9ACB
RGB
CMYK
RGB Variations
Color information
#3D9ACB (or 0x3D9ACB) is known color: Curious Blue. HEX triplet: 3D, 9A and CB. RGB value is (61,154,203). Sum of RGB (Red+Green+Blue) = 61+154+203=418 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.59% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #3D9ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D9ACB is #C26534. Grayscale: #838383. Windows color (decimal): -12739893 or 13343293. OLE color: 13343293.
HSL color Cylindrical-coordinate representation of color #3D9ACB: hue angle of 200.7º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D9ACB is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 154 | 203 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.20 |
| HSL | 200.7º | 0.58% | 0.52% | - |
| HSV(B) | 200.7º | 0.7% | 0.8% | - |
| XYZ | 24.26 | 28.42 | 60.71 | - |
| YUV | 131.78 | 168.19 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 154 | 203 | 0.70 | 0.24 | 0 | 0.20 | 200.7 | 0.58 | 0.52 |
| Hex | 3D | 9A | CB | 46 | 18 | 0 | 14 | C9 | 3A | 34 |
| Octal | 75 | 232 | 313 | 106 | 30 | 0 | 24 | 311 | 72 | 64 |
| Binary | 111101 | 10011010 | 11001011 | 1000110 | 11000 | 0 | 10100 | 11001001 | 111010 | 110100 |
Color Harmonies of #3D9ACB
Complementary color
Monochromatic Colors of #3D9ACB
Black with #3D9ACB
Text Example
Text Example
White with #3D9ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9ACB; }
p { color: rgb(61,154,203); }
H1.HeaderClassName
{
color: #3D9ACB;
}
.AnyTagClassName
{
color: #3D9ACB;
}
</style>
background-color css
<style>
a { background-color: #3D9ACB; }
a { background-color: rgb(61,154,203); }
div.DivClassName
{
background-color: #3D9ACB;
}
.BgClassName
{
background-color: #3D9ACB;
}
</style>
border-color css
<style>
span { border-color: #3D9ACB; }
span { border-color: rgb(61,154,203); }
td.TdClassName
{
border-color: #3D9ACB;
}
.TagClassName
{
border-color: #3D9ACB;
}
</style>