Shades of Curious Blue #3489CB
Tints of Curious Blue #3489CB
RGB
CMYK
RGB Variations
Color information
#3489CB (or 0x3489CB) is known color: Curious Blue. HEX triplet: 34, 89 and CB. RGB value is (52,137,203). Sum of RGB (Red+Green+Blue) = 52+137+203=392 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.27% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #3489CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3489CB is #CB7634. Grayscale: #767676. Windows color (decimal): -13334069 or 13338932. OLE color: 13338932.
HSL color Cylindrical-coordinate representation of color #3489CB: hue angle of 206.23º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3489CB is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 137 | 203 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.20 |
| HSL | 206.23º | 0.59% | 0.5% | - |
| HSV(B) | 206.23º | 0.74% | 0.8% | - |
| XYZ | 21.14 | 22.93 | 59.81 | - |
| YUV | 119.11 | 175.34 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 137 | 203 | 0.74 | 0.33 | 0 | 0.20 | 206.23 | 0.59 | 0.5 |
| Hex | 34 | 89 | CB | 4A | 21 | 0 | 14 | CE | 3B | 32 |
| Octal | 64 | 211 | 313 | 112 | 41 | 0 | 24 | 316 | 73 | 62 |
| Binary | 110100 | 10001001 | 11001011 | 1001010 | 100001 | 0 | 10100 | 11001110 | 111011 | 110010 |
Color Harmonies of #3489CB
Complementary color
Monochromatic Colors of #3489CB
Black with #3489CB
Text Example
Text Example
White with #3489CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3489CB; }
p { color: rgb(52,137,203); }
H1.HeaderClassName
{
color: #3489CB;
}
.AnyTagClassName
{
color: #3489CB;
}
</style>
background-color css
<style>
a { background-color: #3489CB; }
a { background-color: rgb(52,137,203); }
div.DivClassName
{
background-color: #3489CB;
}
.BgClassName
{
background-color: #3489CB;
}
</style>
border-color css
<style>
span { border-color: #3489CB; }
span { border-color: rgb(52,137,203); }
td.TdClassName
{
border-color: #3489CB;
}
.TagClassName
{
border-color: #3489CB;
}
</style>