Shades of Curious Blue #367FB4
Tints of Curious Blue #367FB4
RGB
CMYK
RGB Variations
Color information
#367FB4 (or 0x367FB4) is known color: Curious Blue. HEX triplet: 36, 7F and B4. RGB value is (54,127,180). Sum of RGB (Red+Green+Blue) = 54+127+180=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #367FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367FB4 is #C9804B. Grayscale: #6E6E6E. Windows color (decimal): -13205580 or 11829046. OLE color: 11829046.
HSL color Cylindrical-coordinate representation of color #367FB4: hue angle of 205.24º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #367FB4 is Cyan = 0.7, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 127 | 180 | - |
| CMYK | 0.7 | 0.29 | 0 | 0.29 |
| HSL | 205.24º | 0.54% | 0.46% | - |
| HSV(B) | 205.24º | 0.7% | 0.71% | - |
| XYZ | 17.35 | 19.26 | 45.98 | - |
| YUV | 111.22 | 166.82 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 180 | 0.7 | 0.29 | 0 | 0.29 | 205.24 | 0.54 | 0.46 |
| Hex | 36 | 7F | B4 | 46 | 1D | 0 | 1D | CD | 36 | 2E |
| Octal | 66 | 177 | 264 | 106 | 35 | 0 | 35 | 315 | 66 | 56 |
| Binary | 110110 | 1111111 | 10110100 | 1000110 | 11101 | 0 | 11101 | 11001101 | 110110 | 101110 |
Color Harmonies of #367FB4
Complementary color
Monochromatic Colors of #367FB4
Black with #367FB4
Text Example
Text Example
White with #367FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367FB4; }
p { color: rgb(54,127,180); }
H1.HeaderClassName
{
color: #367FB4;
}
.AnyTagClassName
{
color: #367FB4;
}
</style>
background-color css
<style>
a { background-color: #367FB4; }
a { background-color: rgb(54,127,180); }
div.DivClassName
{
background-color: #367FB4;
}
.BgClassName
{
background-color: #367FB4;
}
</style>
border-color css
<style>
span { border-color: #367FB4; }
span { border-color: rgb(54,127,180); }
td.TdClassName
{
border-color: #367FB4;
}
.TagClassName
{
border-color: #367FB4;
}
</style>