Shades of Curious Blue #3C9CC3
Tints of Curious Blue #3C9CC3
RGB
CMYK
RGB Variations
Color information
#3C9CC3 (or 0x3C9CC3) is known color: Curious Blue. HEX triplet: 3C, 9C and C3. RGB value is (60,156,195). Sum of RGB (Red+Green+Blue) = 60+156+195=411 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.60% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 195 (76.56% from 255 or 47.45% from 411); Max value from RGB is 195 - color contains mainly: blue. Hex color #3C9CC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9CC3 is #C3633C. Grayscale: #838383. Windows color (decimal): -12804925 or 12819516. OLE color: 12819516.
HSL color Cylindrical-coordinate representation of color #3C9CC3: hue angle of 197.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C9CC3 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 156 | 195 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.24 |
| HSL | 197.33º | 0.53% | 0.5% | - |
| HSV(B) | 197.33º | 0.69% | 0.76% | - |
| XYZ | 23.6 | 28.68 | 55.92 | - |
| YUV | 131.74 | 163.7 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 156 | 195 | 0.69 | 0.20 | 0 | 0.24 | 197.33 | 0.53 | 0.5 |
| Hex | 3C | 9C | C3 | 45 | 14 | 0 | 18 | C5 | 35 | 32 |
| Octal | 74 | 234 | 303 | 105 | 24 | 0 | 30 | 305 | 65 | 62 |
| Binary | 111100 | 10011100 | 11000011 | 1000101 | 10100 | 0 | 11000 | 11000101 | 110101 | 110010 |
Color Harmonies of #3C9CC3
Complementary color
Monochromatic Colors of #3C9CC3
Black with #3C9CC3
Text Example
Text Example
White with #3C9CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9CC3; }
p { color: rgb(60,156,195); }
H1.HeaderClassName
{
color: #3C9CC3;
}
.AnyTagClassName
{
color: #3C9CC3;
}
</style>
background-color css
<style>
a { background-color: #3C9CC3; }
a { background-color: rgb(60,156,195); }
div.DivClassName
{
background-color: #3C9CC3;
}
.BgClassName
{
background-color: #3C9CC3;
}
</style>
border-color css
<style>
span { border-color: #3C9CC3; }
span { border-color: rgb(60,156,195); }
td.TdClassName
{
border-color: #3C9CC3;
}
.TagClassName
{
border-color: #3C9CC3;
}
</style>