Shades of Curious Blue #367CC1
Tints of Curious Blue #367CC1
RGB
CMYK
RGB Variations
Color information
#367CC1 (or 0x367CC1) is known color: Curious Blue. HEX triplet: 36, 7C and C1. RGB value is (54,124,193). Sum of RGB (Red+Green+Blue) = 54+124+193=371 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.56% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #367CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367CC1 is #C9833E. Grayscale: #6E6E6E. Windows color (decimal): -13206335 or 12680246. OLE color: 12680246.
HSL color Cylindrical-coordinate representation of color #367CC1: hue angle of 209.78º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #367CC1 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 124 | 193 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.24 |
| HSL | 209.78º | 0.56% | 0.48% | - |
| HSV(B) | 209.78º | 0.72% | 0.76% | - |
| XYZ | 18.35 | 19.05 | 53.16 | - |
| YUV | 110.94 | 174.31 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 193 | 0.72 | 0.36 | 0 | 0.24 | 209.78 | 0.56 | 0.48 |
| Hex | 36 | 7C | C1 | 48 | 24 | 0 | 18 | D2 | 38 | 30 |
| Octal | 66 | 174 | 301 | 110 | 44 | 0 | 30 | 322 | 70 | 60 |
| Binary | 110110 | 1111100 | 11000001 | 1001000 | 100100 | 0 | 11000 | 11010010 | 111000 | 110000 |
Color Harmonies of #367CC1
Complementary color
Monochromatic Colors of #367CC1
Black with #367CC1
Text Example
Text Example
White with #367CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367CC1; }
p { color: rgb(54,124,193); }
H1.HeaderClassName
{
color: #367CC1;
}
.AnyTagClassName
{
color: #367CC1;
}
</style>
background-color css
<style>
a { background-color: #367CC1; }
a { background-color: rgb(54,124,193); }
div.DivClassName
{
background-color: #367CC1;
}
.BgClassName
{
background-color: #367CC1;
}
</style>
border-color css
<style>
span { border-color: #367CC1; }
span { border-color: rgb(54,124,193); }
td.TdClassName
{
border-color: #367CC1;
}
.TagClassName
{
border-color: #367CC1;
}
</style>