Shades of Curious Blue #4399C2
Tints of Curious Blue #4399C2
RGB
CMYK
RGB Variations
Color information
#4399C2 (or 0x4399C2) is known color: Curious Blue. HEX triplet: 43, 99 and C2. RGB value is (67,153,194). Sum of RGB (Red+Green+Blue) = 67+153+194=414 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.18% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 194 - color contains mainly: blue. Hex color #4399C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4399C2 is #BC663D. Grayscale: #838383. Windows color (decimal): -12346942 or 12753219. OLE color: 12753219.
HSL color Cylindrical-coordinate representation of color #4399C2: hue angle of 199.37º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4399C2 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 153 | 194 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.24 |
| HSL | 199.37º | 0.51% | 0.51% | - |
| HSV(B) | 199.37º | 0.65% | 0.76% | - |
| XYZ | 23.44 | 27.87 | 55.18 | - |
| YUV | 131.96 | 163.01 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 153 | 194 | 0.65 | 0.21 | 0 | 0.24 | 199.37 | 0.51 | 0.51 |
| Hex | 43 | 99 | C2 | 41 | 15 | 0 | 18 | C7 | 33 | 33 |
| Octal | 103 | 231 | 302 | 101 | 25 | 0 | 30 | 307 | 63 | 63 |
| Binary | 1000011 | 10011001 | 11000010 | 1000001 | 10101 | 0 | 11000 | 11000111 | 110011 | 110011 |
Color Harmonies of #4399C2
Complementary color
Monochromatic Colors of #4399C2
Black with #4399C2
Text Example
Text Example
White with #4399C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4399C2; }
p { color: rgb(67,153,194); }
H1.HeaderClassName
{
color: #4399C2;
}
.AnyTagClassName
{
color: #4399C2;
}
</style>
background-color css
<style>
a { background-color: #4399C2; }
a { background-color: rgb(67,153,194); }
div.DivClassName
{
background-color: #4399C2;
}
.BgClassName
{
background-color: #4399C2;
}
</style>
border-color css
<style>
span { border-color: #4399C2; }
span { border-color: rgb(67,153,194); }
td.TdClassName
{
border-color: #4399C2;
}
.TagClassName
{
border-color: #4399C2;
}
</style>