Shades of Curious Blue #367FB0
Tints of Curious Blue #367FB0
RGB
CMYK
RGB Variations
Color information
#367FB0 (or 0x367FB0) is known color: Curious Blue. HEX triplet: 36, 7F and B0. RGB value is (54,127,176). Sum of RGB (Red+Green+Blue) = 54+127+176=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 176 (69.14% from 255 or 49.30% from 357); Max value from RGB is 176 - color contains mainly: blue. Hex color #367FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367FB0 is #C9804F. Grayscale: #6E6E6E. Windows color (decimal): -13205584 or 11566902. OLE color: 11566902.
HSL color Cylindrical-coordinate representation of color #367FB0: hue angle of 204.1º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #367FB0 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 127 | 176 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.31 |
| HSL | 204.1º | 0.53% | 0.45% | - |
| HSV(B) | 204.1º | 0.69% | 0.69% | - |
| XYZ | 16.95 | 19.1 | 43.87 | - |
| YUV | 110.76 | 164.82 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 176 | 0.69 | 0.28 | 0 | 0.31 | 204.1 | 0.53 | 0.45 |
| Hex | 36 | 7F | B0 | 45 | 1C | 0 | 1F | CC | 35 | 2D |
| Octal | 66 | 177 | 260 | 105 | 34 | 0 | 37 | 314 | 65 | 55 |
| Binary | 110110 | 1111111 | 10110000 | 1000101 | 11100 | 0 | 11111 | 11001100 | 110101 | 101101 |
Color Harmonies of #367FB0
Complementary color
Monochromatic Colors of #367FB0
Black with #367FB0
Text Example
Text Example
White with #367FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367FB0; }
p { color: rgb(54,127,176); }
H1.HeaderClassName
{
color: #367FB0;
}
.AnyTagClassName
{
color: #367FB0;
}
</style>
background-color css
<style>
a { background-color: #367FB0; }
a { background-color: rgb(54,127,176); }
div.DivClassName
{
background-color: #367FB0;
}
.BgClassName
{
background-color: #367FB0;
}
</style>
border-color css
<style>
span { border-color: #367FB0; }
span { border-color: rgb(54,127,176); }
td.TdClassName
{
border-color: #367FB0;
}
.TagClassName
{
border-color: #367FB0;
}
</style>