Shades of Curious Blue #3B9BCA
Tints of Curious Blue #3B9BCA
RGB
CMYK
RGB Variations
Color information
#3B9BCA (or 0x3B9BCA) is known color: Curious Blue. HEX triplet: 3B, 9B and CA. RGB value is (59,155,202). Sum of RGB (Red+Green+Blue) = 59+155+202=416 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.18% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #3B9BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B9BCA is #C46435. Grayscale: #838383. Windows color (decimal): -12870710 or 13278011. OLE color: 13278011.
HSL color Cylindrical-coordinate representation of color #3B9BCA: hue angle of 199.72º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B9BCA is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 155 | 202 | - |
| CMYK | 0.71 | 0.23 | 0 | 0.21 |
| HSL | 199.72º | 0.57% | 0.51% | - |
| HSV(B) | 199.72º | 0.71% | 0.79% | - |
| XYZ | 24.19 | 28.64 | 60.13 | - |
| YUV | 131.65 | 167.7 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 155 | 202 | 0.71 | 0.23 | 0 | 0.21 | 199.72 | 0.57 | 0.51 |
| Hex | 3B | 9B | CA | 47 | 17 | 0 | 15 | C8 | 39 | 33 |
| Octal | 73 | 233 | 312 | 107 | 27 | 0 | 25 | 310 | 71 | 63 |
| Binary | 111011 | 10011011 | 11001010 | 1000111 | 10111 | 0 | 10101 | 11001000 | 111001 | 110011 |
Color Harmonies of #3B9BCA
Complementary color
Monochromatic Colors of #3B9BCA
Black with #3B9BCA
Text Example
Text Example
White with #3B9BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9BCA; }
p { color: rgb(59,155,202); }
H1.HeaderClassName
{
color: #3B9BCA;
}
.AnyTagClassName
{
color: #3B9BCA;
}
</style>
background-color css
<style>
a { background-color: #3B9BCA; }
a { background-color: rgb(59,155,202); }
div.DivClassName
{
background-color: #3B9BCA;
}
.BgClassName
{
background-color: #3B9BCA;
}
</style>
border-color css
<style>
span { border-color: #3B9BCA; }
span { border-color: rgb(59,155,202); }
td.TdClassName
{
border-color: #3B9BCA;
}
.TagClassName
{
border-color: #3B9BCA;
}
</style>