Shades of Curious Blue #367CC3
Tints of Curious Blue #367CC3
RGB
CMYK
RGB Variations
Color information
#367CC3 (or 0x367CC3) is known color: Curious Blue. HEX triplet: 36, 7C and C3. RGB value is (54,124,195). Sum of RGB (Red+Green+Blue) = 54+124+195=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 195 (76.56% from 255 or 52.28% from 373); Max value from RGB is 195 - color contains mainly: blue. Hex color #367CC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367CC3 is #C9833C. Grayscale: #6E6E6E. Windows color (decimal): -13206333 or 12811318. OLE color: 12811318.
HSL color Cylindrical-coordinate representation of color #367CC3: hue angle of 210.21º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #367CC3 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 124 | 195 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.24 |
| HSL | 210.21º | 0.57% | 0.49% | - |
| HSV(B) | 210.21º | 0.72% | 0.76% | - |
| XYZ | 18.58 | 19.14 | 54.34 | - |
| YUV | 111.16 | 175.31 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 195 | 0.72 | 0.36 | 0 | 0.24 | 210.21 | 0.57 | 0.49 |
| Hex | 36 | 7C | C3 | 48 | 24 | 0 | 18 | D2 | 39 | 31 |
| Octal | 66 | 174 | 303 | 110 | 44 | 0 | 30 | 322 | 71 | 61 |
| Binary | 110110 | 1111100 | 11000011 | 1001000 | 100100 | 0 | 11000 | 11010010 | 111001 | 110001 |
Color Harmonies of #367CC3
Complementary color
Monochromatic Colors of #367CC3
Black with #367CC3
Text Example
Text Example
White with #367CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367CC3; }
p { color: rgb(54,124,195); }
H1.HeaderClassName
{
color: #367CC3;
}
.AnyTagClassName
{
color: #367CC3;
}
</style>
background-color css
<style>
a { background-color: #367CC3; }
a { background-color: rgb(54,124,195); }
div.DivClassName
{
background-color: #367CC3;
}
.BgClassName
{
background-color: #367CC3;
}
</style>
border-color css
<style>
span { border-color: #367CC3; }
span { border-color: rgb(54,124,195); }
td.TdClassName
{
border-color: #367CC3;
}
.TagClassName
{
border-color: #367CC3;
}
</style>