Shades of Curious Blue #277DB8
Tints of Curious Blue #277DB8
RGB
CMYK
RGB Variations
Color information
#277DB8 (or 0x277DB8) is known color: Curious Blue. HEX triplet: 27, 7D and B8. RGB value is (39,125,184). Sum of RGB (Red+Green+Blue) = 39+125+184=348 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.21% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 184 (72.27% from 255 or 52.87% from 348); Max value from RGB is 184 - color contains mainly: blue. Hex color #277DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277DB8 is #D88247. Grayscale: #696969. Windows color (decimal): -14189128 or 12090663. OLE color: 12090663.
HSL color Cylindrical-coordinate representation of color #277DB8: hue angle of 204.41º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #277DB8 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 125 | 184 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.28 |
| HSL | 204.41º | 0.65% | 0.44% | - |
| HSV(B) | 204.41º | 0.79% | 0.72% | - |
| XYZ | 16.82 | 18.56 | 48.04 | - |
| YUV | 106.01 | 172.01 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 125 | 184 | 0.79 | 0.32 | 0 | 0.28 | 204.41 | 0.65 | 0.44 |
| Hex | 27 | 7D | B8 | 4F | 20 | 0 | 1C | CC | 41 | 2C |
| Octal | 47 | 175 | 270 | 117 | 40 | 0 | 34 | 314 | 101 | 54 |
| Binary | 100111 | 1111101 | 10111000 | 1001111 | 100000 | 0 | 11100 | 11001100 | 1000001 | 101100 |
Color Harmonies of #277DB8
Complementary color
Monochromatic Colors of #277DB8
Black with #277DB8
Text Example
Text Example
White with #277DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277DB8; }
p { color: rgb(39,125,184); }
H1.HeaderClassName
{
color: #277DB8;
}
.AnyTagClassName
{
color: #277DB8;
}
</style>
background-color css
<style>
a { background-color: #277DB8; }
a { background-color: rgb(39,125,184); }
div.DivClassName
{
background-color: #277DB8;
}
.BgClassName
{
background-color: #277DB8;
}
</style>
border-color css
<style>
span { border-color: #277DB8; }
span { border-color: rgb(39,125,184); }
td.TdClassName
{
border-color: #277DB8;
}
.TagClassName
{
border-color: #277DB8;
}
</style>