Shades of Curious Blue #4391CF
Tints of Curious Blue #4391CF
RGB
CMYK
RGB Variations
Color information
#4391CF (or 0x4391CF) is known color: Curious Blue. HEX triplet: 43, 91 and CF. RGB value is (67,145,207). Sum of RGB (Red+Green+Blue) = 67+145+207=419 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.99% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #4391CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4391CF is #BC6E30. Grayscale: #808080. Windows color (decimal): -12348977 or 13603139. OLE color: 13603139.
HSL color Cylindrical-coordinate representation of color #4391CF: hue angle of 206.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4391CF is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 145 | 207 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.19 |
| HSL | 206.57º | 0.59% | 0.54% | - |
| HSV(B) | 206.57º | 0.68% | 0.81% | - |
| XYZ | 23.7 | 25.95 | 62.79 | - |
| YUV | 128.75 | 172.16 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 145 | 207 | 0.68 | 0.30 | 0 | 0.19 | 206.57 | 0.59 | 0.54 |
| Hex | 43 | 91 | CF | 44 | 1E | 0 | 13 | CF | 3B | 36 |
| Octal | 103 | 221 | 317 | 104 | 36 | 0 | 23 | 317 | 73 | 66 |
| Binary | 1000011 | 10010001 | 11001111 | 1000100 | 11110 | 0 | 10011 | 11001111 | 111011 | 110110 |
Color Harmonies of #4391CF
Complementary color
Monochromatic Colors of #4391CF
Black with #4391CF
Text Example
Text Example
White with #4391CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4391CF; }
p { color: rgb(67,145,207); }
H1.HeaderClassName
{
color: #4391CF;
}
.AnyTagClassName
{
color: #4391CF;
}
</style>
background-color css
<style>
a { background-color: #4391CF; }
a { background-color: rgb(67,145,207); }
div.DivClassName
{
background-color: #4391CF;
}
.BgClassName
{
background-color: #4391CF;
}
</style>
border-color css
<style>
span { border-color: #4391CF; }
span { border-color: rgb(67,145,207); }
td.TdClassName
{
border-color: #4391CF;
}
.TagClassName
{
border-color: #4391CF;
}
</style>