Shades of Curious Blue #3D89CC
Tints of Curious Blue #3D89CC
RGB
CMYK
RGB Variations
Color information
#3D89CC (or 0x3D89CC) is known color: Curious Blue. HEX triplet: 3D, 89 and CC. RGB value is (61,137,204). Sum of RGB (Red+Green+Blue) = 61+137+204=402 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.17% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D89CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D89CC is #C27633. Grayscale: #797979. Windows color (decimal): -12744244 or 13404477. OLE color: 13404477.
HSL color Cylindrical-coordinate representation of color #3D89CC: hue angle of 208.11º 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 #3D89CC is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 137 | 204 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.2 |
| HSL | 208.11º | 0.58% | 0.52% | - |
| HSV(B) | 208.11º | 0.7% | 0.8% | - |
| XYZ | 21.77 | 23.24 | 60.47 | - |
| YUV | 121.91 | 174.32 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 137 | 204 | 0.70 | 0.33 | 0 | 0.2 | 208.11 | 0.58 | 0.52 |
| Hex | 3D | 89 | CC | 46 | 21 | 0 | 14 | D0 | 3A | 34 |
| Octal | 75 | 211 | 314 | 106 | 41 | 0 | 24 | 320 | 72 | 64 |
| Binary | 111101 | 10001001 | 11001100 | 1000110 | 100001 | 0 | 10100 | 11010000 | 111010 | 110100 |
Color Harmonies of #3D89CC
Complementary color
Monochromatic Colors of #3D89CC
Black with #3D89CC
Text Example
Text Example
White with #3D89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D89CC; }
p { color: rgb(61,137,204); }
H1.HeaderClassName
{
color: #3D89CC;
}
.AnyTagClassName
{
color: #3D89CC;
}
</style>
background-color css
<style>
a { background-color: #3D89CC; }
a { background-color: rgb(61,137,204); }
div.DivClassName
{
background-color: #3D89CC;
}
.BgClassName
{
background-color: #3D89CC;
}
</style>
border-color css
<style>
span { border-color: #3D89CC; }
span { border-color: rgb(61,137,204); }
td.TdClassName
{
border-color: #3D89CC;
}
.TagClassName
{
border-color: #3D89CC;
}
</style>