Shades of Curious Blue #2788BC
Tints of Curious Blue #2788BC
RGB
CMYK
RGB Variations
Color information
#2788BC (or 0x2788BC) is known color: Curious Blue. HEX triplet: 27, 88 and BC. RGB value is (39,136,188). Sum of RGB (Red+Green+Blue) = 39+136+188=363 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.74% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #2788BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2788BC is #D87743. Grayscale: #707070. Windows color (decimal): -14186308 or 12355623. OLE color: 12355623.
HSL color Cylindrical-coordinate representation of color #2788BC: hue angle of 200.94º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2788BC is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 136 | 188 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.26 |
| HSL | 200.94º | 0.66% | 0.45% | - |
| HSV(B) | 200.94º | 0.79% | 0.74% | - |
| XYZ | 18.72 | 21.67 | 50.77 | - |
| YUV | 112.93 | 170.36 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 136 | 188 | 0.79 | 0.28 | 0 | 0.26 | 200.94 | 0.66 | 0.45 |
| Hex | 27 | 88 | BC | 4F | 1C | 0 | 1A | C9 | 42 | 2D |
| Octal | 47 | 210 | 274 | 117 | 34 | 0 | 32 | 311 | 102 | 55 |
| Binary | 100111 | 10001000 | 10111100 | 1001111 | 11100 | 0 | 11010 | 11001001 | 1000010 | 101101 |
Color Harmonies of #2788BC
Complementary color
Monochromatic Colors of #2788BC
Black with #2788BC
Text Example
Text Example
White with #2788BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2788BC; }
p { color: rgb(39,136,188); }
H1.HeaderClassName
{
color: #2788BC;
}
.AnyTagClassName
{
color: #2788BC;
}
</style>
background-color css
<style>
a { background-color: #2788BC; }
a { background-color: rgb(39,136,188); }
div.DivClassName
{
background-color: #2788BC;
}
.BgClassName
{
background-color: #2788BC;
}
</style>
border-color css
<style>
span { border-color: #2788BC; }
span { border-color: rgb(39,136,188); }
td.TdClassName
{
border-color: #2788BC;
}
.TagClassName
{
border-color: #2788BC;
}
</style>