Shades of Curious Blue #4391CE
Tints of Curious Blue #4391CE
RGB
CMYK
RGB Variations
Color information
#4391CE (or 0x4391CE) is known color: Curious Blue. HEX triplet: 43, 91 and CE. RGB value is (67,145,206). Sum of RGB (Red+Green+Blue) = 67+145+206=418 (55% of max value = 765). Red value is 67 (26.56% from 255 or 16.03% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #4391CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4391CE is #BC6E31. Grayscale: #808080. Windows color (decimal): -12348978 or 13537603. OLE color: 13537603.
HSL color Cylindrical-coordinate representation of color #4391CE: hue angle of 206.33º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4391CE is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 145 | 206 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.19 |
| HSL | 206.33º | 0.59% | 0.54% | - |
| HSV(B) | 206.33º | 0.67% | 0.81% | - |
| XYZ | 23.58 | 25.9 | 62.15 | - |
| YUV | 128.63 | 171.66 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 145 | 206 | 0.67 | 0.30 | 0 | 0.19 | 206.33 | 0.59 | 0.54 |
| Hex | 43 | 91 | CE | 43 | 1E | 0 | 13 | CE | 3B | 36 |
| Octal | 103 | 221 | 316 | 103 | 36 | 0 | 23 | 316 | 73 | 66 |
| Binary | 1000011 | 10010001 | 11001110 | 1000011 | 11110 | 0 | 10011 | 11001110 | 111011 | 110110 |
Color Harmonies of #4391CE
Complementary color
Monochromatic Colors of #4391CE
Black with #4391CE
Text Example
Text Example
White with #4391CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4391CE; }
p { color: rgb(67,145,206); }
H1.HeaderClassName
{
color: #4391CE;
}
.AnyTagClassName
{
color: #4391CE;
}
</style>
background-color css
<style>
a { background-color: #4391CE; }
a { background-color: rgb(67,145,206); }
div.DivClassName
{
background-color: #4391CE;
}
.BgClassName
{
background-color: #4391CE;
}
</style>
border-color css
<style>
span { border-color: #4391CE; }
span { border-color: rgb(67,145,206); }
td.TdClassName
{
border-color: #4391CE;
}
.TagClassName
{
border-color: #4391CE;
}
</style>