Shades of Curious Blue #4390CB
Tints of Curious Blue #4390CB
RGB
CMYK
RGB Variations
Color information
#4390CB (or 0x4390CB) is known color: Curious Blue. HEX triplet: 43, 90 and CB. RGB value is (67,144,203). Sum of RGB (Red+Green+Blue) = 67+144+203=414 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.18% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #4390CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4390CB is #BC6F34. Grayscale: #7F7F7F. Windows color (decimal): -12349237 or 13340739. OLE color: 13340739.
HSL color Cylindrical-coordinate representation of color #4390CB: hue angle of 206.03º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4390CB is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 144 | 203 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.20 |
| HSL | 206.03º | 0.57% | 0.53% | - |
| HSV(B) | 206.03º | 0.67% | 0.8% | - |
| XYZ | 23.07 | 25.45 | 60.2 | - |
| YUV | 127.7 | 170.49 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 144 | 203 | 0.67 | 0.29 | 0 | 0.20 | 206.03 | 0.57 | 0.53 |
| Hex | 43 | 90 | CB | 43 | 1D | 0 | 14 | CE | 39 | 35 |
| Octal | 103 | 220 | 313 | 103 | 35 | 0 | 24 | 316 | 71 | 65 |
| Binary | 1000011 | 10010000 | 11001011 | 1000011 | 11101 | 0 | 10100 | 11001110 | 111001 | 110101 |
Color Harmonies of #4390CB
Complementary color
Monochromatic Colors of #4390CB
Black with #4390CB
Text Example
Text Example
White with #4390CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4390CB; }
p { color: rgb(67,144,203); }
H1.HeaderClassName
{
color: #4390CB;
}
.AnyTagClassName
{
color: #4390CB;
}
</style>
background-color css
<style>
a { background-color: #4390CB; }
a { background-color: rgb(67,144,203); }
div.DivClassName
{
background-color: #4390CB;
}
.BgClassName
{
background-color: #4390CB;
}
</style>
border-color css
<style>
span { border-color: #4390CB; }
span { border-color: rgb(67,144,203); }
td.TdClassName
{
border-color: #4390CB;
}
.TagClassName
{
border-color: #4390CB;
}
</style>