Shades of Curious Blue #3799CB
Tints of Curious Blue #3799CB
RGB
CMYK
RGB Variations
Color information
#3799CB (or 0x3799CB) is known color: Curious Blue. HEX triplet: 37, 99 and CB. RGB value is (55,153,203). Sum of RGB (Red+Green+Blue) = 55+153+203=411 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.38% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #3799CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3799CB is #C86634. Grayscale: #818181. Windows color (decimal): -13133365 or 13343031. OLE color: 13343031.
HSL color Cylindrical-coordinate representation of color #3799CB: hue angle of 200.27º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3799CB is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 153 | 203 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.20 |
| HSL | 200.27º | 0.59% | 0.51% | - |
| HSV(B) | 200.27º | 0.73% | 0.8% | - |
| XYZ | 23.75 | 27.91 | 60.63 | - |
| YUV | 129.4 | 169.53 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 153 | 203 | 0.73 | 0.25 | 0 | 0.20 | 200.27 | 0.59 | 0.51 |
| Hex | 37 | 99 | CB | 49 | 19 | 0 | 14 | C8 | 3B | 33 |
| Octal | 67 | 231 | 313 | 111 | 31 | 0 | 24 | 310 | 73 | 63 |
| Binary | 110111 | 10011001 | 11001011 | 1001001 | 11001 | 0 | 10100 | 11001000 | 111011 | 110011 |
Color Harmonies of #3799CB
Complementary color
Monochromatic Colors of #3799CB
Black with #3799CB
Text Example
Text Example
White with #3799CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3799CB; }
p { color: rgb(55,153,203); }
H1.HeaderClassName
{
color: #3799CB;
}
.AnyTagClassName
{
color: #3799CB;
}
</style>
background-color css
<style>
a { background-color: #3799CB; }
a { background-color: rgb(55,153,203); }
div.DivClassName
{
background-color: #3799CB;
}
.BgClassName
{
background-color: #3799CB;
}
</style>
border-color css
<style>
span { border-color: #3799CB; }
span { border-color: rgb(55,153,203); }
td.TdClassName
{
border-color: #3799CB;
}
.TagClassName
{
border-color: #3799CB;
}
</style>