Shades of Curious Blue #3F83B3
Tints of Curious Blue #3F83B3
RGB
CMYK
RGB Variations
Color information
#3F83B3 (or 0x3F83B3) is known color: Curious Blue. HEX triplet: 3F, 83 and B3. RGB value is (63,131,179). Sum of RGB (Red+Green+Blue) = 63+131+179=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #3F83B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F83B3 is #C07C4C. Grayscale: #737373. Windows color (decimal): -12614733 or 11764543. OLE color: 11764543.
HSL color Cylindrical-coordinate representation of color #3F83B3: hue angle of 204.83º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F83B3 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 131 | 179 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.30 |
| HSL | 204.83º | 0.48% | 0.47% | - |
| HSV(B) | 204.83º | 0.65% | 0.7% | - |
| XYZ | 18.3 | 20.54 | 45.65 | - |
| YUV | 116.14 | 163.47 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 131 | 179 | 0.65 | 0.27 | 0 | 0.30 | 204.83 | 0.48 | 0.47 |
| Hex | 3F | 83 | B3 | 41 | 1B | 0 | 1E | CD | 30 | 2F |
| Octal | 77 | 203 | 263 | 101 | 33 | 0 | 36 | 315 | 60 | 57 |
| Binary | 111111 | 10000011 | 10110011 | 1000001 | 11011 | 0 | 11110 | 11001101 | 110000 | 101111 |
Color Harmonies of #3F83B3
Complementary color
Monochromatic Colors of #3F83B3
Black with #3F83B3
Text Example
Text Example
White with #3F83B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F83B3; }
p { color: rgb(63,131,179); }
H1.HeaderClassName
{
color: #3F83B3;
}
.AnyTagClassName
{
color: #3F83B3;
}
</style>
background-color css
<style>
a { background-color: #3F83B3; }
a { background-color: rgb(63,131,179); }
div.DivClassName
{
background-color: #3F83B3;
}
.BgClassName
{
background-color: #3F83B3;
}
</style>
border-color css
<style>
span { border-color: #3F83B3; }
span { border-color: rgb(63,131,179); }
td.TdClassName
{
border-color: #3F83B3;
}
.TagClassName
{
border-color: #3F83B3;
}
</style>