Shades of Curious Blue #277BCB
Tints of Curious Blue #277BCB
RGB
CMYK
RGB Variations
Color information
#277BCB (or 0x277BCB) is known color: Curious Blue. HEX triplet: 27, 7B and CB. RGB value is (39,123,203). Sum of RGB (Red+Green+Blue) = 39+123+203=365 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.68% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #277BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277BCB is #D88434. Grayscale: #6A6A6A. Windows color (decimal): -14189621 or 13335335. OLE color: 13335335.
HSL color Cylindrical-coordinate representation of color #277BCB: hue angle of 209.27º 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 #277BCB is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 123 | 203 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.20 |
| HSL | 209.27º | 0.68% | 0.47% | - |
| HSV(B) | 209.27º | 0.81% | 0.8% | - |
| XYZ | 18.7 | 18.91 | 59.16 | - |
| YUV | 107 | 182.17 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 203 | 0.81 | 0.39 | 0 | 0.20 | 209.27 | 0.68 | 0.47 |
| Hex | 27 | 7B | CB | 51 | 27 | 0 | 14 | D1 | 44 | 2F |
| Octal | 47 | 173 | 313 | 121 | 47 | 0 | 24 | 321 | 104 | 57 |
| Binary | 100111 | 1111011 | 11001011 | 1010001 | 100111 | 0 | 10100 | 11010001 | 1000100 | 101111 |
Color Harmonies of #277BCB
Complementary color
Monochromatic Colors of #277BCB
Black with #277BCB
Text Example
Text Example
White with #277BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277BCB; }
p { color: rgb(39,123,203); }
H1.HeaderClassName
{
color: #277BCB;
}
.AnyTagClassName
{
color: #277BCB;
}
</style>
background-color css
<style>
a { background-color: #277BCB; }
a { background-color: rgb(39,123,203); }
div.DivClassName
{
background-color: #277BCB;
}
.BgClassName
{
background-color: #277BCB;
}
</style>
border-color css
<style>
span { border-color: #277BCB; }
span { border-color: rgb(39,123,203); }
td.TdClassName
{
border-color: #277BCB;
}
.TagClassName
{
border-color: #277BCB;
}
</style>