Shades of Curious Blue #3E9BCA
Tints of Curious Blue #3E9BCA
RGB
CMYK
RGB Variations
Color information
#3E9BCA (or 0x3E9BCA) is known color: Curious Blue. HEX triplet: 3E, 9B and CA. RGB value is (62,155,202). Sum of RGB (Red+Green+Blue) = 62+155+202=419 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.80% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E9BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E9BCA is #C16435. Grayscale: #848484. Windows color (decimal): -12674102 or 13278014. OLE color: 13278014.
HSL color Cylindrical-coordinate representation of color #3E9BCA: hue angle of 200.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E9BCA is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 155 | 202 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.21 |
| HSL | 200.14º | 0.57% | 0.52% | - |
| HSV(B) | 200.14º | 0.69% | 0.79% | - |
| XYZ | 24.37 | 28.73 | 60.14 | - |
| YUV | 132.55 | 167.19 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 155 | 202 | 0.69 | 0.23 | 0 | 0.21 | 200.14 | 0.57 | 0.52 |
| Hex | 3E | 9B | CA | 45 | 17 | 0 | 15 | C8 | 39 | 34 |
| Octal | 76 | 233 | 312 | 105 | 27 | 0 | 25 | 310 | 71 | 64 |
| Binary | 111110 | 10011011 | 11001010 | 1000101 | 10111 | 0 | 10101 | 11001000 | 111001 | 110100 |
Color Harmonies of #3E9BCA
Complementary color
Monochromatic Colors of #3E9BCA
Black with #3E9BCA
Text Example
Text Example
White with #3E9BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9BCA; }
p { color: rgb(62,155,202); }
H1.HeaderClassName
{
color: #3E9BCA;
}
.AnyTagClassName
{
color: #3E9BCA;
}
</style>
background-color css
<style>
a { background-color: #3E9BCA; }
a { background-color: rgb(62,155,202); }
div.DivClassName
{
background-color: #3E9BCA;
}
.BgClassName
{
background-color: #3E9BCA;
}
</style>
border-color css
<style>
span { border-color: #3E9BCA; }
span { border-color: rgb(62,155,202); }
td.TdClassName
{
border-color: #3E9BCA;
}
.TagClassName
{
border-color: #3E9BCA;
}
</style>