Shades of Curious Blue #4393CC
Tints of Curious Blue #4393CC
RGB
CMYK
RGB Variations
Color information
#4393CC (or 0x4393CC) is known color: Curious Blue. HEX triplet: 43, 93 and CC. RGB value is (67,147,204). Sum of RGB (Red+Green+Blue) = 67+147+204=418 (55% of max value = 765). Red value is 67 (26.56% from 255 or 16.03% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #4393CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4393CC is #BC6C33. Grayscale: #818181. Windows color (decimal): -12348468 or 13407043. OLE color: 13407043.
HSL color Cylindrical-coordinate representation of color #4393CC: hue angle of 204.96º 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 #4393CC is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 147 | 204 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.2 |
| HSL | 204.96º | 0.57% | 0.53% | - |
| HSV(B) | 204.96º | 0.67% | 0.8% | - |
| XYZ | 23.65 | 26.42 | 60.98 | - |
| YUV | 129.58 | 170 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 147 | 204 | 0.67 | 0.28 | 0 | 0.2 | 204.96 | 0.57 | 0.53 |
| Hex | 43 | 93 | CC | 43 | 1C | 0 | 14 | CD | 39 | 35 |
| Octal | 103 | 223 | 314 | 103 | 34 | 0 | 24 | 315 | 71 | 65 |
| Binary | 1000011 | 10010011 | 11001100 | 1000011 | 11100 | 0 | 10100 | 11001101 | 111001 | 110101 |
Color Harmonies of #4393CC
Complementary color
Monochromatic Colors of #4393CC
Black with #4393CC
Text Example
Text Example
White with #4393CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4393CC; }
p { color: rgb(67,147,204); }
H1.HeaderClassName
{
color: #4393CC;
}
.AnyTagClassName
{
color: #4393CC;
}
</style>
background-color css
<style>
a { background-color: #4393CC; }
a { background-color: rgb(67,147,204); }
div.DivClassName
{
background-color: #4393CC;
}
.BgClassName
{
background-color: #4393CC;
}
</style>
border-color css
<style>
span { border-color: #4393CC; }
span { border-color: rgb(67,147,204); }
td.TdClassName
{
border-color: #4393CC;
}
.TagClassName
{
border-color: #4393CC;
}
</style>