Shades of Curious Blue #3681AF
Tints of Curious Blue #3681AF
RGB
CMYK
RGB Variations
Color information
#3681AF (or 0x3681AF) is known color: Curious Blue. HEX triplet: 36, 81 and AF. RGB value is (54,129,175). Sum of RGB (Red+Green+Blue) = 54+129+175=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #3681AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3681AF is #C97E50. Grayscale: #6F6F6F. Windows color (decimal): -13205073 or 11501878. OLE color: 11501878.
HSL color Cylindrical-coordinate representation of color #3681AF: hue angle of 202.81º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3681AF is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 129 | 175 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.31 |
| HSL | 202.81º | 0.53% | 0.45% | - |
| HSV(B) | 202.81º | 0.69% | 0.69% | - |
| XYZ | 17.11 | 19.58 | 43.43 | - |
| YUV | 111.82 | 163.65 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 129 | 175 | 0.69 | 0.26 | 0 | 0.31 | 202.81 | 0.53 | 0.45 |
| Hex | 36 | 81 | AF | 45 | 1A | 0 | 1F | CB | 35 | 2D |
| Octal | 66 | 201 | 257 | 105 | 32 | 0 | 37 | 313 | 65 | 55 |
| Binary | 110110 | 10000001 | 10101111 | 1000101 | 11010 | 0 | 11111 | 11001011 | 110101 | 101101 |
Color Harmonies of #3681AF
Complementary color
Monochromatic Colors of #3681AF
Black with #3681AF
Text Example
Text Example
White with #3681AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3681AF; }
p { color: rgb(54,129,175); }
H1.HeaderClassName
{
color: #3681AF;
}
.AnyTagClassName
{
color: #3681AF;
}
</style>
background-color css
<style>
a { background-color: #3681AF; }
a { background-color: rgb(54,129,175); }
div.DivClassName
{
background-color: #3681AF;
}
.BgClassName
{
background-color: #3681AF;
}
</style>
border-color css
<style>
span { border-color: #3681AF; }
span { border-color: rgb(54,129,175); }
td.TdClassName
{
border-color: #3681AF;
}
.TagClassName
{
border-color: #3681AF;
}
</style>