Shades of Curious Blue #3D98CA
Tints of Curious Blue #3D98CA
RGB
CMYK
RGB Variations
Color information
#3D98CA (or 0x3D98CA) is known color: Curious Blue. HEX triplet: 3D, 98 and CA. RGB value is (61,152,202). Sum of RGB (Red+Green+Blue) = 61+152+202=415 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.70% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #3D98CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D98CA is #C26735. Grayscale: #828282. Windows color (decimal): -12740406 or 13277245. OLE color: 13277245.
HSL color Cylindrical-coordinate representation of color #3D98CA: hue angle of 201.28º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D98CA is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 152 | 202 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.21 |
| HSL | 201.28º | 0.57% | 0.52% | - |
| HSV(B) | 201.28º | 0.7% | 0.79% | - |
| XYZ | 23.81 | 27.71 | 59.97 | - |
| YUV | 130.49 | 168.35 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 152 | 202 | 0.70 | 0.25 | 0 | 0.21 | 201.28 | 0.57 | 0.52 |
| Hex | 3D | 98 | CA | 46 | 19 | 0 | 15 | C9 | 39 | 34 |
| Octal | 75 | 230 | 312 | 106 | 31 | 0 | 25 | 311 | 71 | 64 |
| Binary | 111101 | 10011000 | 11001010 | 1000110 | 11001 | 0 | 10101 | 11001001 | 111001 | 110100 |
Color Harmonies of #3D98CA
Complementary color
Monochromatic Colors of #3D98CA
Black with #3D98CA
Text Example
Text Example
White with #3D98CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D98CA; }
p { color: rgb(61,152,202); }
H1.HeaderClassName
{
color: #3D98CA;
}
.AnyTagClassName
{
color: #3D98CA;
}
</style>
background-color css
<style>
a { background-color: #3D98CA; }
a { background-color: rgb(61,152,202); }
div.DivClassName
{
background-color: #3D98CA;
}
.BgClassName
{
background-color: #3D98CA;
}
</style>
border-color css
<style>
span { border-color: #3D98CA; }
span { border-color: rgb(61,152,202); }
td.TdClassName
{
border-color: #3D98CA;
}
.TagClassName
{
border-color: #3D98CA;
}
</style>