Shades of Curious Blue #3885AF
Tints of Curious Blue #3885AF
RGB
CMYK
RGB Variations
Color information
#3885AF (or 0x3885AF) is known color: Curious Blue. HEX triplet: 38, 85 and AF. RGB value is (56,133,175). Sum of RGB (Red+Green+Blue) = 56+133+175=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #3885AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3885AF is #C77A50. Grayscale: #727272. Windows color (decimal): -13072977 or 11502904. OLE color: 11502904.
HSL color Cylindrical-coordinate representation of color #3885AF: hue angle of 201.18º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3885AF is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 133 | 175 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.31 |
| HSL | 201.18º | 0.52% | 0.45% | - |
| HSV(B) | 201.18º | 0.68% | 0.69% | - |
| XYZ | 17.76 | 20.71 | 43.62 | - |
| YUV | 114.77 | 161.99 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 175 | 0.68 | 0.24 | 0 | 0.31 | 201.18 | 0.52 | 0.45 |
| Hex | 38 | 85 | AF | 44 | 18 | 0 | 1F | C9 | 34 | 2D |
| Octal | 70 | 205 | 257 | 104 | 30 | 0 | 37 | 311 | 64 | 55 |
| Binary | 111000 | 10000101 | 10101111 | 1000100 | 11000 | 0 | 11111 | 11001001 | 110100 | 101101 |
Color Harmonies of #3885AF
Complementary color
Monochromatic Colors of #3885AF
Black with #3885AF
Text Example
Text Example
White with #3885AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3885AF; }
p { color: rgb(56,133,175); }
H1.HeaderClassName
{
color: #3885AF;
}
.AnyTagClassName
{
color: #3885AF;
}
</style>
background-color css
<style>
a { background-color: #3885AF; }
a { background-color: rgb(56,133,175); }
div.DivClassName
{
background-color: #3885AF;
}
.BgClassName
{
background-color: #3885AF;
}
</style>
border-color css
<style>
span { border-color: #3885AF; }
span { border-color: rgb(56,133,175); }
td.TdClassName
{
border-color: #3885AF;
}
.TagClassName
{
border-color: #3885AF;
}
</style>