Shades of Curious Blue #4393BC
Tints of Curious Blue #4393BC
RGB
CMYK
RGB Variations
Color information
#4393BC (or 0x4393BC) is known color: Curious Blue. HEX triplet: 43, 93 and BC. RGB value is (67,147,188). Sum of RGB (Red+Green+Blue) = 67+147+188=402 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.67% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #4393BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4393BC is #BC6C43. Grayscale: #7F7F7F. Windows color (decimal): -12348484 or 12358467. OLE color: 12358467.
HSL color Cylindrical-coordinate representation of color #4393BC: hue angle of 200.33º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4393BC is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 147 | 188 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.26 |
| HSL | 200.33º | 0.47% | 0.5% | - |
| HSV(B) | 200.33º | 0.64% | 0.74% | - |
| XYZ | 21.83 | 25.69 | 51.39 | - |
| YUV | 127.75 | 162 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 147 | 188 | 0.64 | 0.22 | 0 | 0.26 | 200.33 | 0.47 | 0.5 |
| Hex | 43 | 93 | BC | 40 | 16 | 0 | 1A | C8 | 2F | 32 |
| Octal | 103 | 223 | 274 | 100 | 26 | 0 | 32 | 310 | 57 | 62 |
| Binary | 1000011 | 10010011 | 10111100 | 1000000 | 10110 | 0 | 11010 | 11001000 | 101111 | 110010 |
Color Harmonies of #4393BC
Complementary color
Monochromatic Colors of #4393BC
Black with #4393BC
Text Example
Text Example
White with #4393BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4393BC; }
p { color: rgb(67,147,188); }
H1.HeaderClassName
{
color: #4393BC;
}
.AnyTagClassName
{
color: #4393BC;
}
</style>
background-color css
<style>
a { background-color: #4393BC; }
a { background-color: rgb(67,147,188); }
div.DivClassName
{
background-color: #4393BC;
}
.BgClassName
{
background-color: #4393BC;
}
</style>
border-color css
<style>
span { border-color: #4393BC; }
span { border-color: rgb(67,147,188); }
td.TdClassName
{
border-color: #4393BC;
}
.TagClassName
{
border-color: #4393BC;
}
</style>