Shades of Curious Blue #3E99CD
Tints of Curious Blue #3E99CD
RGB
CMYK
RGB Variations
Color information
#3E99CD (or 0x3E99CD) is known color: Curious Blue. HEX triplet: 3E, 99 and CD. RGB value is (62,153,205). Sum of RGB (Red+Green+Blue) = 62+153+205=420 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.76% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E99CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E99CD is #C16632. Grayscale: #838383. Windows color (decimal): -12674611 or 13474110. OLE color: 13474110.
HSL color Cylindrical-coordinate representation of color #3E99CD: hue angle of 201.82º degrees, saturation: 0.59, 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 #3E99CD is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 153 | 205 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.20 |
| HSL | 201.82º | 0.59% | 0.52% | - |
| HSV(B) | 201.82º | 0.7% | 0.8% | - |
| XYZ | 24.4 | 28.21 | 61.92 | - |
| YUV | 131.72 | 169.35 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 153 | 205 | 0.70 | 0.25 | 0 | 0.20 | 201.82 | 0.59 | 0.52 |
| Hex | 3E | 99 | CD | 46 | 19 | 0 | 14 | CA | 3B | 34 |
| Octal | 76 | 231 | 315 | 106 | 31 | 0 | 24 | 312 | 73 | 64 |
| Binary | 111110 | 10011001 | 11001101 | 1000110 | 11001 | 0 | 10100 | 11001010 | 111011 | 110100 |
Color Harmonies of #3E99CD
Complementary color
Monochromatic Colors of #3E99CD
Black with #3E99CD
Text Example
Text Example
White with #3E99CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E99CD; }
p { color: rgb(62,153,205); }
H1.HeaderClassName
{
color: #3E99CD;
}
.AnyTagClassName
{
color: #3E99CD;
}
</style>
background-color css
<style>
a { background-color: #3E99CD; }
a { background-color: rgb(62,153,205); }
div.DivClassName
{
background-color: #3E99CD;
}
.BgClassName
{
background-color: #3E99CD;
}
</style>
border-color css
<style>
span { border-color: #3E99CD; }
span { border-color: rgb(62,153,205); }
td.TdClassName
{
border-color: #3E99CD;
}
.TagClassName
{
border-color: #3E99CD;
}
</style>