Shades of Curious Blue #3677CC
Tints of Curious Blue #3677CC
RGB
CMYK
RGB Variations
Color information
#3677CC (or 0x3677CC) is known color: Curious Blue. HEX triplet: 36, 77 and CC. RGB value is (54,119,204). Sum of RGB (Red+Green+Blue) = 54+119+204=377 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.32% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #3677CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3677CC is #C98833. Grayscale: #6C6C6C. Windows color (decimal): -13207604 or 13399862. OLE color: 13399862.
HSL color Cylindrical-coordinate representation of color #3677CC: hue angle of 214º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3677CC is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 119 | 204 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.2 |
| HSL | 214º | 0.6% | 0.51% | - |
| HSV(B) | 214º | 0.74% | 0.8% | - |
| XYZ | 19.02 | 18.34 | 59.66 | - |
| YUV | 109.26 | 181.47 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 119 | 204 | 0.74 | 0.42 | 0 | 0.2 | 214 | 0.6 | 0.51 |
| Hex | 36 | 77 | CC | 4A | 2A | 0 | 14 | D6 | 3C | 33 |
| Octal | 66 | 167 | 314 | 112 | 52 | 0 | 24 | 326 | 74 | 63 |
| Binary | 110110 | 1110111 | 11001100 | 1001010 | 101010 | 0 | 10100 | 11010110 | 111100 | 110011 |
Color Harmonies of #3677CC
Complementary color
Monochromatic Colors of #3677CC
Black with #3677CC
Text Example
Text Example
White with #3677CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3677CC; }
p { color: rgb(54,119,204); }
H1.HeaderClassName
{
color: #3677CC;
}
.AnyTagClassName
{
color: #3677CC;
}
</style>
background-color css
<style>
a { background-color: #3677CC; }
a { background-color: rgb(54,119,204); }
div.DivClassName
{
background-color: #3677CC;
}
.BgClassName
{
background-color: #3677CC;
}
</style>
border-color css
<style>
span { border-color: #3677CC; }
span { border-color: rgb(54,119,204); }
td.TdClassName
{
border-color: #3677CC;
}
.TagClassName
{
border-color: #3677CC;
}
</style>