Shades of Pelorous #279CCB
Tints of Pelorous #279CCB
RGB
CMYK
RGB Variations
Color information
#279CCB (or 0x279CCB) is known color: Pelorous. HEX triplet: 27, 9C and CB. RGB value is (39,156,203). Sum of RGB (Red+Green+Blue) = 39+156+203=398 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.80% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #279CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279CCB is #D86334. Grayscale: #7E7E7E. Windows color (decimal): -14181173 or 13343783. OLE color: 13343783.
HSL color Cylindrical-coordinate representation of color #279CCB: hue angle of 197.2º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #279CCB is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 156 | 203 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.20 |
| HSL | 197.2º | 0.68% | 0.47% | - |
| HSV(B) | 197.2º | 0.81% | 0.8% | - |
| XYZ | 23.5 | 28.52 | 60.77 | - |
| YUV | 126.38 | 171.24 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 156 | 203 | 0.81 | 0.23 | 0 | 0.20 | 197.2 | 0.68 | 0.47 |
| Hex | 27 | 9C | CB | 51 | 17 | 0 | 14 | C5 | 44 | 2F |
| Octal | 47 | 234 | 313 | 121 | 27 | 0 | 24 | 305 | 104 | 57 |
| Binary | 100111 | 10011100 | 11001011 | 1010001 | 10111 | 0 | 10100 | 11000101 | 1000100 | 101111 |
Color Harmonies of #279CCB
Complementary color
Monochromatic Colors of #279CCB
Black with #279CCB
Text Example
Text Example
White with #279CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279CCB; }
p { color: rgb(39,156,203); }
H1.HeaderClassName
{
color: #279CCB;
}
.AnyTagClassName
{
color: #279CCB;
}
</style>
background-color css
<style>
a { background-color: #279CCB; }
a { background-color: rgb(39,156,203); }
div.DivClassName
{
background-color: #279CCB;
}
.BgClassName
{
background-color: #279CCB;
}
</style>
border-color css
<style>
span { border-color: #279CCB; }
span { border-color: rgb(39,156,203); }
td.TdClassName
{
border-color: #279CCB;
}
.TagClassName
{
border-color: #279CCB;
}
</style>