Shades of Curious Blue #3F93BD
Tints of Curious Blue #3F93BD
RGB
CMYK
RGB Variations
Color information
#3F93BD (or 0x3F93BD) is known color: Curious Blue. HEX triplet: 3F, 93 and BD. RGB value is (63,147,189). Sum of RGB (Red+Green+Blue) = 63+147+189=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F93BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F93BD is #C06C42. Grayscale: #7E7E7E. Windows color (decimal): -12610627 or 12423999. OLE color: 12423999.
HSL color Cylindrical-coordinate representation of color #3F93BD: hue angle of 200º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F93BD is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 147 | 189 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.26 |
| HSL | 200º | 0.5% | 0.49% | - |
| HSV(B) | 200º | 0.67% | 0.74% | - |
| XYZ | 21.67 | 25.6 | 51.94 | - |
| YUV | 126.67 | 163.17 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 147 | 189 | 0.67 | 0.22 | 0 | 0.26 | 200 | 0.5 | 0.49 |
| Hex | 3F | 93 | BD | 43 | 16 | 0 | 1A | C8 | 32 | 31 |
| Octal | 77 | 223 | 275 | 103 | 26 | 0 | 32 | 310 | 62 | 61 |
| Binary | 111111 | 10010011 | 10111101 | 1000011 | 10110 | 0 | 11010 | 11001000 | 110010 | 110001 |
Color Harmonies of #3F93BD
Complementary color
Monochromatic Colors of #3F93BD
Black with #3F93BD
Text Example
Text Example
White with #3F93BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F93BD; }
p { color: rgb(63,147,189); }
H1.HeaderClassName
{
color: #3F93BD;
}
.AnyTagClassName
{
color: #3F93BD;
}
</style>
background-color css
<style>
a { background-color: #3F93BD; }
a { background-color: rgb(63,147,189); }
div.DivClassName
{
background-color: #3F93BD;
}
.BgClassName
{
background-color: #3F93BD;
}
</style>
border-color css
<style>
span { border-color: #3F93BD; }
span { border-color: rgb(63,147,189); }
td.TdClassName
{
border-color: #3F93BD;
}
.TagClassName
{
border-color: #3F93BD;
}
</style>