Shades of Curious Blue #3683AE
Tints of Curious Blue #3683AE
RGB
CMYK
RGB Variations
Color information
#3683AE (or 0x3683AE) is known color: Curious Blue. HEX triplet: 36, 83 and AE. RGB value is (54,131,174). Sum of RGB (Red+Green+Blue) = 54+131+174=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #3683AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3683AE is #C97C51. Grayscale: #707070. Windows color (decimal): -13204562 or 11436854. OLE color: 11436854.
HSL color Cylindrical-coordinate representation of color #3683AE: hue angle of 201.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3683AE is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 131 | 174 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.32 |
| HSL | 201.5º | 0.53% | 0.45% | - |
| HSV(B) | 201.5º | 0.69% | 0.68% | - |
| XYZ | 17.28 | 20.07 | 43.01 | - |
| YUV | 112.88 | 162.49 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 131 | 174 | 0.69 | 0.25 | 0 | 0.32 | 201.5 | 0.53 | 0.45 |
| Hex | 36 | 83 | AE | 45 | 19 | 0 | 20 | CA | 35 | 2D |
| Octal | 66 | 203 | 256 | 105 | 31 | 0 | 40 | 312 | 65 | 55 |
| Binary | 110110 | 10000011 | 10101110 | 1000101 | 11001 | 0 | 100000 | 11001010 | 110101 | 101101 |
Color Harmonies of #3683AE
Complementary color
Monochromatic Colors of #3683AE
Black with #3683AE
Text Example
Text Example
White with #3683AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3683AE; }
p { color: rgb(54,131,174); }
H1.HeaderClassName
{
color: #3683AE;
}
.AnyTagClassName
{
color: #3683AE;
}
</style>
background-color css
<style>
a { background-color: #3683AE; }
a { background-color: rgb(54,131,174); }
div.DivClassName
{
background-color: #3683AE;
}
.BgClassName
{
background-color: #3683AE;
}
</style>
border-color css
<style>
span { border-color: #3683AE; }
span { border-color: rgb(54,131,174); }
td.TdClassName
{
border-color: #3683AE;
}
.TagClassName
{
border-color: #3683AE;
}
</style>