Shades of Curious Blue #3679CA
Tints of Curious Blue #3679CA
RGB
CMYK
RGB Variations
Color information
#3679CA (or 0x3679CA) is known color: Curious Blue. HEX triplet: 36, 79 and CA. RGB value is (54,121,202). Sum of RGB (Red+Green+Blue) = 54+121+202=377 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.32% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #3679CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3679CA is #C98635. Grayscale: #6D6D6D. Windows color (decimal): -13207094 or 13269302. OLE color: 13269302.
HSL color Cylindrical-coordinate representation of color #3679CA: hue angle of 212.84º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3679CA is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 121 | 202 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.21 |
| HSL | 212.84º | 0.58% | 0.5% | - |
| HSV(B) | 212.84º | 0.73% | 0.79% | - |
| XYZ | 19.02 | 18.72 | 58.49 | - |
| YUV | 110.2 | 179.8 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 121 | 202 | 0.73 | 0.40 | 0 | 0.21 | 212.84 | 0.58 | 0.5 |
| Hex | 36 | 79 | CA | 49 | 28 | 0 | 15 | D5 | 3A | 32 |
| Octal | 66 | 171 | 312 | 111 | 50 | 0 | 25 | 325 | 72 | 62 |
| Binary | 110110 | 1111001 | 11001010 | 1001001 | 101000 | 0 | 10101 | 11010101 | 111010 | 110010 |
Color Harmonies of #3679CA
Complementary color
Monochromatic Colors of #3679CA
Black with #3679CA
Text Example
Text Example
White with #3679CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3679CA; }
p { color: rgb(54,121,202); }
H1.HeaderClassName
{
color: #3679CA;
}
.AnyTagClassName
{
color: #3679CA;
}
</style>
background-color css
<style>
a { background-color: #3679CA; }
a { background-color: rgb(54,121,202); }
div.DivClassName
{
background-color: #3679CA;
}
.BgClassName
{
background-color: #3679CA;
}
</style>
border-color css
<style>
span { border-color: #3679CA; }
span { border-color: rgb(54,121,202); }
td.TdClassName
{
border-color: #3679CA;
}
.TagClassName
{
border-color: #3679CA;
}
</style>