Shades of Curious Blue #4390B9
Tints of Curious Blue #4390B9
RGB
CMYK
RGB Variations
Color information
#4390B9 (or 0x4390B9) is known color: Curious Blue. HEX triplet: 43, 90 and B9. RGB value is (67,144,185). Sum of RGB (Red+Green+Blue) = 67+144+185=396 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.92% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #4390B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4390B9 is #BC6F46. Grayscale: #7D7D7D. Windows color (decimal): -12349255 or 12161091. OLE color: 12161091.
HSL color Cylindrical-coordinate representation of color #4390B9: hue angle of 200.85º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4390B9 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 144 | 185 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.27 |
| HSL | 200.85º | 0.47% | 0.49% | - |
| HSV(B) | 200.85º | 0.64% | 0.73% | - |
| XYZ | 21.04 | 24.64 | 49.55 | - |
| YUV | 125.65 | 161.49 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 144 | 185 | 0.64 | 0.22 | 0 | 0.27 | 200.85 | 0.47 | 0.49 |
| Hex | 43 | 90 | B9 | 40 | 16 | 0 | 1B | C9 | 2F | 31 |
| Octal | 103 | 220 | 271 | 100 | 26 | 0 | 33 | 311 | 57 | 61 |
| Binary | 1000011 | 10010000 | 10111001 | 1000000 | 10110 | 0 | 11011 | 11001001 | 101111 | 110001 |
Color Harmonies of #4390B9
Complementary color
Monochromatic Colors of #4390B9
Black with #4390B9
Text Example
Text Example
White with #4390B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4390B9; }
p { color: rgb(67,144,185); }
H1.HeaderClassName
{
color: #4390B9;
}
.AnyTagClassName
{
color: #4390B9;
}
</style>
background-color css
<style>
a { background-color: #4390B9; }
a { background-color: rgb(67,144,185); }
div.DivClassName
{
background-color: #4390B9;
}
.BgClassName
{
background-color: #4390B9;
}
</style>
border-color css
<style>
span { border-color: #4390B9; }
span { border-color: rgb(67,144,185); }
td.TdClassName
{
border-color: #4390B9;
}
.TagClassName
{
border-color: #4390B9;
}
</style>