Shades of Curious Blue #3683AB
Tints of Curious Blue #3683AB
RGB
CMYK
RGB Variations
Color information
#3683AB (or 0x3683AB) is known color: Curious Blue. HEX triplet: 36, 83 and AB. RGB value is (54,131,171). Sum of RGB (Red+Green+Blue) = 54+131+171=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #3683AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3683AB is #C97C54. Grayscale: #707070. Windows color (decimal): -13204565 or 11240246. OLE color: 11240246.
HSL color Cylindrical-coordinate representation of color #3683AB: hue angle of 200.51º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3683AB is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 131 | 171 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.33 |
| HSL | 200.51º | 0.52% | 0.44% | - |
| HSV(B) | 200.51º | 0.68% | 0.67% | - |
| XYZ | 16.99 | 19.96 | 41.48 | - |
| YUV | 112.54 | 160.99 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 131 | 171 | 0.68 | 0.23 | 0 | 0.33 | 200.51 | 0.52 | 0.44 |
| Hex | 36 | 83 | AB | 44 | 17 | 0 | 21 | C9 | 34 | 2C |
| Octal | 66 | 203 | 253 | 104 | 27 | 0 | 41 | 311 | 64 | 54 |
| Binary | 110110 | 10000011 | 10101011 | 1000100 | 10111 | 0 | 100001 | 11001001 | 110100 | 101100 |
Color Harmonies of #3683AB
Complementary color
Monochromatic Colors of #3683AB
Black with #3683AB
Text Example
Text Example
White with #3683AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3683AB; }
p { color: rgb(54,131,171); }
H1.HeaderClassName
{
color: #3683AB;
}
.AnyTagClassName
{
color: #3683AB;
}
</style>
background-color css
<style>
a { background-color: #3683AB; }
a { background-color: rgb(54,131,171); }
div.DivClassName
{
background-color: #3683AB;
}
.BgClassName
{
background-color: #3683AB;
}
</style>
border-color css
<style>
span { border-color: #3683AB; }
span { border-color: rgb(54,131,171); }
td.TdClassName
{
border-color: #3683AB;
}
.TagClassName
{
border-color: #3683AB;
}
</style>