Shades of Curious Blue #2477BA
Tints of Curious Blue #2477BA
RGB
CMYK
RGB Variations
Color information
#2477BA (or 0x2477BA) is known color: Curious Blue. HEX triplet: 24, 77 and BA. RGB value is (36,119,186). Sum of RGB (Red+Green+Blue) = 36+119+186=341 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.56% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #2477BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2477BA is #DB8845. Grayscale: #656565. Windows color (decimal): -14387270 or 12220196. OLE color: 12220196.
HSL color Cylindrical-coordinate representation of color #2477BA: hue angle of 206.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2477BA is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 119 | 186 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.27 |
| HSL | 206.8º | 0.68% | 0.44% | - |
| HSV(B) | 206.8º | 0.81% | 0.73% | - |
| XYZ | 16.19 | 17.11 | 48.9 | - |
| YUV | 101.82 | 175.5 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 119 | 186 | 0.81 | 0.36 | 0 | 0.27 | 206.8 | 0.68 | 0.44 |
| Hex | 24 | 77 | BA | 51 | 24 | 0 | 1B | CF | 44 | 2C |
| Octal | 44 | 167 | 272 | 121 | 44 | 0 | 33 | 317 | 104 | 54 |
| Binary | 100100 | 1110111 | 10111010 | 1010001 | 100100 | 0 | 11011 | 11001111 | 1000100 | 101100 |
Color Harmonies of #2477BA
Complementary color
Monochromatic Colors of #2477BA
Black with #2477BA
Text Example
Text Example
White with #2477BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2477BA; }
p { color: rgb(36,119,186); }
H1.HeaderClassName
{
color: #2477BA;
}
.AnyTagClassName
{
color: #2477BA;
}
</style>
background-color css
<style>
a { background-color: #2477BA; }
a { background-color: rgb(36,119,186); }
div.DivClassName
{
background-color: #2477BA;
}
.BgClassName
{
background-color: #2477BA;
}
</style>
border-color css
<style>
span { border-color: #2477BA; }
span { border-color: rgb(36,119,186); }
td.TdClassName
{
border-color: #2477BA;
}
.TagClassName
{
border-color: #2477BA;
}
</style>