Shades of Curious Blue #3681C2
Tints of Curious Blue #3681C2
RGB
CMYK
RGB Variations
Color information
#3681C2 (or 0x3681C2) is known color: Curious Blue. HEX triplet: 36, 81 and C2. RGB value is (54,129,194). Sum of RGB (Red+Green+Blue) = 54+129+194=377 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.32% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 194 (76.17% from 255 or 51.46% from 377); Max value from RGB is 194 - color contains mainly: blue. Hex color #3681C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3681C2 is #C97E3D. Grayscale: #717171. Windows color (decimal): -13205054 or 12747062. OLE color: 12747062.
HSL color Cylindrical-coordinate representation of color #3681C2: hue angle of 207.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3681C2 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 129 | 194 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.24 |
| HSL | 207.86º | 0.56% | 0.49% | - |
| HSV(B) | 207.86º | 0.72% | 0.76% | - |
| XYZ | 19.11 | 20.38 | 53.97 | - |
| YUV | 113.99 | 173.15 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 129 | 194 | 0.72 | 0.34 | 0 | 0.24 | 207.86 | 0.56 | 0.49 |
| Hex | 36 | 81 | C2 | 48 | 22 | 0 | 18 | D0 | 38 | 31 |
| Octal | 66 | 201 | 302 | 110 | 42 | 0 | 30 | 320 | 70 | 61 |
| Binary | 110110 | 10000001 | 11000010 | 1001000 | 100010 | 0 | 11000 | 11010000 | 111000 | 110001 |
Color Harmonies of #3681C2
Complementary color
Monochromatic Colors of #3681C2
Black with #3681C2
Text Example
Text Example
White with #3681C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3681C2; }
p { color: rgb(54,129,194); }
H1.HeaderClassName
{
color: #3681C2;
}
.AnyTagClassName
{
color: #3681C2;
}
</style>
background-color css
<style>
a { background-color: #3681C2; }
a { background-color: rgb(54,129,194); }
div.DivClassName
{
background-color: #3681C2;
}
.BgClassName
{
background-color: #3681C2;
}
</style>
border-color css
<style>
span { border-color: #3681C2; }
span { border-color: rgb(54,129,194); }
td.TdClassName
{
border-color: #3681C2;
}
.TagClassName
{
border-color: #3681C2;
}
</style>