Shades of Curious Blue #3788CC
Tints of Curious Blue #3788CC
RGB
CMYK
RGB Variations
Color information
#3788CC (or 0x3788CC) is known color: Curious Blue. HEX triplet: 37, 88 and CC. RGB value is (55,136,204). Sum of RGB (Red+Green+Blue) = 55+136+204=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #3788CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3788CC is #C87733. Grayscale: #777777. Windows color (decimal): -13137716 or 13404215. OLE color: 13404215.
HSL color Cylindrical-coordinate representation of color #3788CC: hue angle of 207.38º 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 #3788CC is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 136 | 204 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.2 |
| HSL | 207.38º | 0.59% | 0.51% | - |
| HSV(B) | 207.38º | 0.73% | 0.8% | - |
| XYZ | 21.28 | 22.78 | 60.4 | - |
| YUV | 119.53 | 175.66 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 136 | 204 | 0.73 | 0.33 | 0 | 0.2 | 207.38 | 0.59 | 0.51 |
| Hex | 37 | 88 | CC | 49 | 21 | 0 | 14 | CF | 3B | 33 |
| Octal | 67 | 210 | 314 | 111 | 41 | 0 | 24 | 317 | 73 | 63 |
| Binary | 110111 | 10001000 | 11001100 | 1001001 | 100001 | 0 | 10100 | 11001111 | 111011 | 110011 |
Color Harmonies of #3788CC
Complementary color
Monochromatic Colors of #3788CC
Black with #3788CC
Text Example
Text Example
White with #3788CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3788CC; }
p { color: rgb(55,136,204); }
H1.HeaderClassName
{
color: #3788CC;
}
.AnyTagClassName
{
color: #3788CC;
}
</style>
background-color css
<style>
a { background-color: #3788CC; }
a { background-color: rgb(55,136,204); }
div.DivClassName
{
background-color: #3788CC;
}
.BgClassName
{
background-color: #3788CC;
}
</style>
border-color css
<style>
span { border-color: #3788CC; }
span { border-color: rgb(55,136,204); }
td.TdClassName
{
border-color: #3788CC;
}
.TagClassName
{
border-color: #3788CC;
}
</style>