Shades of Curious Blue #3A89CF
Tints of Curious Blue #3A89CF
RGB
CMYK
RGB Variations
Color information
#3A89CF (or 0x3A89CF) is known color: Curious Blue. HEX triplet: 3A, 89 and CF. RGB value is (58,137,207). Sum of RGB (Red+Green+Blue) = 58+137+207=402 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.43% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A89CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A89CF is #C57630. Grayscale: #787878. Windows color (decimal): -12940849 or 13601082. OLE color: 13601082.
HSL color Cylindrical-coordinate representation of color #3A89CF: hue angle of 208.19º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A89CF is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 137 | 207 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.19 |
| HSL | 208.19º | 0.61% | 0.52% | - |
| HSV(B) | 208.19º | 0.72% | 0.81% | - |
| XYZ | 21.95 | 23.3 | 62.37 | - |
| YUV | 121.36 | 176.33 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 207 | 0.72 | 0.34 | 0 | 0.19 | 208.19 | 0.61 | 0.52 |
| Hex | 3A | 89 | CF | 48 | 22 | 0 | 13 | D0 | 3D | 34 |
| Octal | 72 | 211 | 317 | 110 | 42 | 0 | 23 | 320 | 75 | 64 |
| Binary | 111010 | 10001001 | 11001111 | 1001000 | 100010 | 0 | 10011 | 11010000 | 111101 | 110100 |
Color Harmonies of #3A89CF
Complementary color
Monochromatic Colors of #3A89CF
Black with #3A89CF
Text Example
Text Example
White with #3A89CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A89CF; }
p { color: rgb(58,137,207); }
H1.HeaderClassName
{
color: #3A89CF;
}
.AnyTagClassName
{
color: #3A89CF;
}
</style>
background-color css
<style>
a { background-color: #3A89CF; }
a { background-color: rgb(58,137,207); }
div.DivClassName
{
background-color: #3A89CF;
}
.BgClassName
{
background-color: #3A89CF;
}
</style>
border-color css
<style>
span { border-color: #3A89CF; }
span { border-color: rgb(58,137,207); }
td.TdClassName
{
border-color: #3A89CF;
}
.TagClassName
{
border-color: #3A89CF;
}
</style>