Shades of Curious Blue #3D91CB
Tints of Curious Blue #3D91CB
RGB
CMYK
RGB Variations
Color information
#3D91CB (or 0x3D91CB) is known color: Curious Blue. HEX triplet: 3D, 91 and CB. RGB value is (61,145,203). Sum of RGB (Red+Green+Blue) = 61+145+203=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #3D91CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D91CB is #C26E34. Grayscale: #7E7E7E. Windows color (decimal): -12742197 or 13340989. OLE color: 13340989.
HSL color Cylindrical-coordinate representation of color #3D91CB: hue angle of 204.51º 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 #3D91CB is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 145 | 203 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.20 |
| HSL | 204.51º | 0.58% | 0.52% | - |
| HSV(B) | 204.51º | 0.7% | 0.8% | - |
| XYZ | 22.83 | 25.55 | 60.23 | - |
| YUV | 126.5 | 171.17 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 145 | 203 | 0.70 | 0.29 | 0 | 0.20 | 204.51 | 0.58 | 0.52 |
| Hex | 3D | 91 | CB | 46 | 1D | 0 | 14 | CD | 3A | 34 |
| Octal | 75 | 221 | 313 | 106 | 35 | 0 | 24 | 315 | 72 | 64 |
| Binary | 111101 | 10010001 | 11001011 | 1000110 | 11101 | 0 | 10100 | 11001101 | 111010 | 110100 |
Color Harmonies of #3D91CB
Complementary color
Monochromatic Colors of #3D91CB
Black with #3D91CB
Text Example
Text Example
White with #3D91CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D91CB; }
p { color: rgb(61,145,203); }
H1.HeaderClassName
{
color: #3D91CB;
}
.AnyTagClassName
{
color: #3D91CB;
}
</style>
background-color css
<style>
a { background-color: #3D91CB; }
a { background-color: rgb(61,145,203); }
div.DivClassName
{
background-color: #3D91CB;
}
.BgClassName
{
background-color: #3D91CB;
}
</style>
border-color css
<style>
span { border-color: #3D91CB; }
span { border-color: rgb(61,145,203); }
td.TdClassName
{
border-color: #3D91CB;
}
.TagClassName
{
border-color: #3D91CB;
}
</style>