Shades of Curious Blue #3F83AF
Tints of Curious Blue #3F83AF
RGB
CMYK
RGB Variations
Color information
#3F83AF (or 0x3F83AF) is known color: Curious Blue. HEX triplet: 3F, 83 and AF. RGB value is (63,131,175). Sum of RGB (Red+Green+Blue) = 63+131+175=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F83AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F83AF is #C07C50. Grayscale: #737373. Windows color (decimal): -12614737 or 11502399. OLE color: 11502399.
HSL color Cylindrical-coordinate representation of color #3F83AF: hue angle of 203.57º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F83AF is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 131 | 175 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.31 |
| HSL | 203.57º | 0.47% | 0.47% | - |
| HSV(B) | 203.57º | 0.64% | 0.69% | - |
| XYZ | 17.9 | 20.38 | 43.55 | - |
| YUV | 115.68 | 161.47 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 131 | 175 | 0.64 | 0.25 | 0 | 0.31 | 203.57 | 0.47 | 0.47 |
| Hex | 3F | 83 | AF | 40 | 19 | 0 | 1F | CC | 2F | 2F |
| Octal | 77 | 203 | 257 | 100 | 31 | 0 | 37 | 314 | 57 | 57 |
| Binary | 111111 | 10000011 | 10101111 | 1000000 | 11001 | 0 | 11111 | 11001100 | 101111 | 101111 |
Color Harmonies of #3F83AF
Complementary color
Monochromatic Colors of #3F83AF
Black with #3F83AF
Text Example
Text Example
White with #3F83AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F83AF; }
p { color: rgb(63,131,175); }
H1.HeaderClassName
{
color: #3F83AF;
}
.AnyTagClassName
{
color: #3F83AF;
}
</style>
background-color css
<style>
a { background-color: #3F83AF; }
a { background-color: rgb(63,131,175); }
div.DivClassName
{
background-color: #3F83AF;
}
.BgClassName
{
background-color: #3F83AF;
}
</style>
border-color css
<style>
span { border-color: #3F83AF; }
span { border-color: rgb(63,131,175); }
td.TdClassName
{
border-color: #3F83AF;
}
.TagClassName
{
border-color: #3F83AF;
}
</style>