Shades of Curious Blue #3D95CA
Tints of Curious Blue #3D95CA
RGB
CMYK
RGB Variations
Color information
#3D95CA (or 0x3D95CA) is known color: Curious Blue. HEX triplet: 3D, 95 and CA. RGB value is (61,149,202). Sum of RGB (Red+Green+Blue) = 61+149+202=412 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.81% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #3D95CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D95CA is #C26A35. Grayscale: #808080. Windows color (decimal): -12741174 or 13276477. OLE color: 13276477.
HSL color Cylindrical-coordinate representation of color #3D95CA: hue angle of 202.55º 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 #3D95CA is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 149 | 202 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.21 |
| HSL | 202.55º | 0.57% | 0.52% | - |
| HSV(B) | 202.55º | 0.7% | 0.79% | - |
| XYZ | 23.33 | 26.75 | 59.81 | - |
| YUV | 128.73 | 169.35 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 149 | 202 | 0.70 | 0.26 | 0 | 0.21 | 202.55 | 0.57 | 0.52 |
| Hex | 3D | 95 | CA | 46 | 1A | 0 | 15 | CB | 39 | 34 |
| Octal | 75 | 225 | 312 | 106 | 32 | 0 | 25 | 313 | 71 | 64 |
| Binary | 111101 | 10010101 | 11001010 | 1000110 | 11010 | 0 | 10101 | 11001011 | 111001 | 110100 |
Color Harmonies of #3D95CA
Complementary color
Monochromatic Colors of #3D95CA
Black with #3D95CA
Text Example
Text Example
White with #3D95CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D95CA; }
p { color: rgb(61,149,202); }
H1.HeaderClassName
{
color: #3D95CA;
}
.AnyTagClassName
{
color: #3D95CA;
}
</style>
background-color css
<style>
a { background-color: #3D95CA; }
a { background-color: rgb(61,149,202); }
div.DivClassName
{
background-color: #3D95CA;
}
.BgClassName
{
background-color: #3D95CA;
}
</style>
border-color css
<style>
span { border-color: #3D95CA; }
span { border-color: rgb(61,149,202); }
td.TdClassName
{
border-color: #3D95CA;
}
.TagClassName
{
border-color: #3D95CA;
}
</style>