Shades of Curious Blue #3D93CE
Tints of Curious Blue #3D93CE
RGB
CMYK
RGB Variations
Color information
#3D93CE (or 0x3D93CE) is known color: Curious Blue. HEX triplet: 3D, 93 and CE. RGB value is (61,147,206). Sum of RGB (Red+Green+Blue) = 61+147+206=414 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.73% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D93CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D93CE is #C26C31. Grayscale: #7F7F7F. Windows color (decimal): -12741682 or 13538109. OLE color: 13538109.
HSL color Cylindrical-coordinate representation of color #3D93CE: hue angle of 204.41º 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 #3D93CE is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 147 | 206 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.19 |
| HSL | 204.41º | 0.6% | 0.52% | - |
| HSV(B) | 204.41º | 0.7% | 0.81% | - |
| XYZ | 23.5 | 26.32 | 62.23 | - |
| YUV | 128.01 | 172.01 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 147 | 206 | 0.70 | 0.29 | 0 | 0.19 | 204.41 | 0.6 | 0.52 |
| Hex | 3D | 93 | CE | 46 | 1D | 0 | 13 | CC | 3C | 34 |
| Octal | 75 | 223 | 316 | 106 | 35 | 0 | 23 | 314 | 74 | 64 |
| Binary | 111101 | 10010011 | 11001110 | 1000110 | 11101 | 0 | 10011 | 11001100 | 111100 | 110100 |
Color Harmonies of #3D93CE
Complementary color
Monochromatic Colors of #3D93CE
Black with #3D93CE
Text Example
Text Example
White with #3D93CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D93CE; }
p { color: rgb(61,147,206); }
H1.HeaderClassName
{
color: #3D93CE;
}
.AnyTagClassName
{
color: #3D93CE;
}
</style>
background-color css
<style>
a { background-color: #3D93CE; }
a { background-color: rgb(61,147,206); }
div.DivClassName
{
background-color: #3D93CE;
}
.BgClassName
{
background-color: #3D93CE;
}
</style>
border-color css
<style>
span { border-color: #3D93CE; }
span { border-color: rgb(61,147,206); }
td.TdClassName
{
border-color: #3D93CE;
}
.TagClassName
{
border-color: #3D93CE;
}
</style>