Shades of Curious Blue #4089C2
Tints of Curious Blue #4089C2
RGB
CMYK
RGB Variations
Color information
#4089C2 (or 0x4089C2) is known color: Curious Blue. HEX triplet: 40, 89 and C2. RGB value is (64,137,194). Sum of RGB (Red+Green+Blue) = 64+137+194=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 194 (76.17% from 255 or 49.11% from 395); Max value from RGB is 194 - color contains mainly: blue. Hex color #4089C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4089C2 is #BF763D. Grayscale: #797979. Windows color (decimal): -12547646 or 12749120. OLE color: 12749120.
HSL color Cylindrical-coordinate representation of color #4089C2: hue angle of 206.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4089C2 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 137 | 194 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.24 |
| HSL | 206.31º | 0.52% | 0.51% | - |
| HSV(B) | 206.31º | 0.67% | 0.76% | - |
| XYZ | 20.8 | 22.88 | 54.36 | - |
| YUV | 121.67 | 168.82 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 137 | 194 | 0.67 | 0.29 | 0 | 0.24 | 206.31 | 0.52 | 0.51 |
| Hex | 40 | 89 | C2 | 43 | 1D | 0 | 18 | CE | 34 | 33 |
| Octal | 100 | 211 | 302 | 103 | 35 | 0 | 30 | 316 | 64 | 63 |
| Binary | 1000000 | 10001001 | 11000010 | 1000011 | 11101 | 0 | 11000 | 11001110 | 110100 | 110011 |
Color Harmonies of #4089C2
Complementary color
Monochromatic Colors of #4089C2
Black with #4089C2
Text Example
Text Example
White with #4089C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4089C2; }
p { color: rgb(64,137,194); }
H1.HeaderClassName
{
color: #4089C2;
}
.AnyTagClassName
{
color: #4089C2;
}
</style>
background-color css
<style>
a { background-color: #4089C2; }
a { background-color: rgb(64,137,194); }
div.DivClassName
{
background-color: #4089C2;
}
.BgClassName
{
background-color: #4089C2;
}
</style>
border-color css
<style>
span { border-color: #4089C2; }
span { border-color: rgb(64,137,194); }
td.TdClassName
{
border-color: #4089C2;
}
.TagClassName
{
border-color: #4089C2;
}
</style>