Shades of Curious Blue #3F99CA
Tints of Curious Blue #3F99CA
RGB
CMYK
RGB Variations
Color information
#3F99CA (or 0x3F99CA) is known color: Curious Blue. HEX triplet: 3F, 99 and CA. RGB value is (63,153,202). Sum of RGB (Red+Green+Blue) = 63+153+202=418 (55% of max value = 765). Red value is 63 (25% from 255 or 15.07% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F99CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F99CA is #C06635. Grayscale: #838383. Windows color (decimal): -12609078 or 13277503. OLE color: 13277503.
HSL color Cylindrical-coordinate representation of color #3F99CA: hue angle of 201.15º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F99CA is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 153 | 202 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.21 |
| HSL | 201.15º | 0.57% | 0.52% | - |
| HSV(B) | 201.15º | 0.69% | 0.79% | - |
| XYZ | 24.1 | 28.1 | 60.03 | - |
| YUV | 131.68 | 167.68 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 153 | 202 | 0.69 | 0.24 | 0 | 0.21 | 201.15 | 0.57 | 0.52 |
| Hex | 3F | 99 | CA | 45 | 18 | 0 | 15 | C9 | 39 | 34 |
| Octal | 77 | 231 | 312 | 105 | 30 | 0 | 25 | 311 | 71 | 64 |
| Binary | 111111 | 10011001 | 11001010 | 1000101 | 11000 | 0 | 10101 | 11001001 | 111001 | 110100 |
Color Harmonies of #3F99CA
Complementary color
Monochromatic Colors of #3F99CA
Black with #3F99CA
Text Example
Text Example
White with #3F99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F99CA; }
p { color: rgb(63,153,202); }
H1.HeaderClassName
{
color: #3F99CA;
}
.AnyTagClassName
{
color: #3F99CA;
}
</style>
background-color css
<style>
a { background-color: #3F99CA; }
a { background-color: rgb(63,153,202); }
div.DivClassName
{
background-color: #3F99CA;
}
.BgClassName
{
background-color: #3F99CA;
}
</style>
border-color css
<style>
span { border-color: #3F99CA; }
span { border-color: rgb(63,153,202); }
td.TdClassName
{
border-color: #3F99CA;
}
.TagClassName
{
border-color: #3F99CA;
}
</style>