Shades of Curious Blue #3D98CE
Tints of Curious Blue #3D98CE
RGB
CMYK
RGB Variations
Color information
#3D98CE (or 0x3D98CE) is known color: Curious Blue. HEX triplet: 3D, 98 and CE. RGB value is (61,152,206). Sum of RGB (Red+Green+Blue) = 61+152+206=419 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.56% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D98CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D98CE is #C26731. Grayscale: #828282. Windows color (decimal): -12740402 or 13539389. OLE color: 13539389.
HSL color Cylindrical-coordinate representation of color #3D98CE: hue angle of 202.34º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D98CE is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 152 | 206 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.19 |
| HSL | 202.34º | 0.6% | 0.52% | - |
| HSV(B) | 202.34º | 0.7% | 0.81% | - |
| XYZ | 24.29 | 27.9 | 62.5 | - |
| YUV | 130.95 | 170.35 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 152 | 206 | 0.70 | 0.26 | 0 | 0.19 | 202.34 | 0.6 | 0.52 |
| Hex | 3D | 98 | CE | 46 | 1A | 0 | 13 | CA | 3C | 34 |
| Octal | 75 | 230 | 316 | 106 | 32 | 0 | 23 | 312 | 74 | 64 |
| Binary | 111101 | 10011000 | 11001110 | 1000110 | 11010 | 0 | 10011 | 11001010 | 111100 | 110100 |
Color Harmonies of #3D98CE
Complementary color
Monochromatic Colors of #3D98CE
Black with #3D98CE
Text Example
Text Example
White with #3D98CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D98CE; }
p { color: rgb(61,152,206); }
H1.HeaderClassName
{
color: #3D98CE;
}
.AnyTagClassName
{
color: #3D98CE;
}
</style>
background-color css
<style>
a { background-color: #3D98CE; }
a { background-color: rgb(61,152,206); }
div.DivClassName
{
background-color: #3D98CE;
}
.BgClassName
{
background-color: #3D98CE;
}
</style>
border-color css
<style>
span { border-color: #3D98CE; }
span { border-color: rgb(61,152,206); }
td.TdClassName
{
border-color: #3D98CE;
}
.TagClassName
{
border-color: #3D98CE;
}
</style>