Shades of Curious Blue #3F89B3
Tints of Curious Blue #3F89B3
RGB
CMYK
RGB Variations
Color information
#3F89B3 (or 0x3F89B3) is known color: Curious Blue. HEX triplet: 3F, 89 and B3. RGB value is (63,137,179). Sum of RGB (Red+Green+Blue) = 63+137+179=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 179 - color contains mainly: blue. Hex color #3F89B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F89B3 is #C0764C. Grayscale: #777777. Windows color (decimal): -12613197 or 11766079. OLE color: 11766079.
HSL color Cylindrical-coordinate representation of color #3F89B3: hue angle of 201.72º 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 #3F89B3 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 137 | 179 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.30 |
| HSL | 201.72º | 0.48% | 0.47% | - |
| HSV(B) | 201.72º | 0.65% | 0.7% | - |
| XYZ | 19.13 | 22.2 | 45.93 | - |
| YUV | 119.66 | 161.48 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 179 | 0.65 | 0.23 | 0 | 0.30 | 201.72 | 0.48 | 0.47 |
| Hex | 3F | 89 | B3 | 41 | 17 | 0 | 1E | CA | 30 | 2F |
| Octal | 77 | 211 | 263 | 101 | 27 | 0 | 36 | 312 | 60 | 57 |
| Binary | 111111 | 10001001 | 10110011 | 1000001 | 10111 | 0 | 11110 | 11001010 | 110000 | 101111 |
Color Harmonies of #3F89B3
Complementary color
Monochromatic Colors of #3F89B3
Black with #3F89B3
Text Example
Text Example
White with #3F89B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F89B3; }
p { color: rgb(63,137,179); }
H1.HeaderClassName
{
color: #3F89B3;
}
.AnyTagClassName
{
color: #3F89B3;
}
</style>
background-color css
<style>
a { background-color: #3F89B3; }
a { background-color: rgb(63,137,179); }
div.DivClassName
{
background-color: #3F89B3;
}
.BgClassName
{
background-color: #3F89B3;
}
</style>
border-color css
<style>
span { border-color: #3F89B3; }
span { border-color: rgb(63,137,179); }
td.TdClassName
{
border-color: #3F89B3;
}
.TagClassName
{
border-color: #3F89B3;
}
</style>