Shades of Curious Blue #367BC4
Tints of Curious Blue #367BC4
RGB
CMYK
RGB Variations
Color information
#367BC4 (or 0x367BC4) is known color: Curious Blue. HEX triplet: 36, 7B and C4. RGB value is (54,123,196). Sum of RGB (Red+Green+Blue) = 54+123+196=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 196 (76.95% from 255 or 52.55% from 373); Max value from RGB is 196 - color contains mainly: blue. Hex color #367BC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367BC4 is #C9843B. Grayscale: #6E6E6E. Windows color (decimal): -13206588 or 12876598. OLE color: 12876598.
HSL color Cylindrical-coordinate representation of color #367BC4: hue angle of 210.85º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #367BC4 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 123 | 196 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.23 |
| HSL | 210.85º | 0.57% | 0.49% | - |
| HSV(B) | 210.85º | 0.72% | 0.77% | - |
| XYZ | 18.57 | 18.94 | 54.9 | - |
| YUV | 110.69 | 176.14 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 196 | 0.72 | 0.37 | 0 | 0.23 | 210.85 | 0.57 | 0.49 |
| Hex | 36 | 7B | C4 | 48 | 25 | 0 | 17 | D3 | 39 | 31 |
| Octal | 66 | 173 | 304 | 110 | 45 | 0 | 27 | 323 | 71 | 61 |
| Binary | 110110 | 1111011 | 11000100 | 1001000 | 100101 | 0 | 10111 | 11010011 | 111001 | 110001 |
Color Harmonies of #367BC4
Complementary color
Monochromatic Colors of #367BC4
Black with #367BC4
Text Example
Text Example
White with #367BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367BC4; }
p { color: rgb(54,123,196); }
H1.HeaderClassName
{
color: #367BC4;
}
.AnyTagClassName
{
color: #367BC4;
}
</style>
background-color css
<style>
a { background-color: #367BC4; }
a { background-color: rgb(54,123,196); }
div.DivClassName
{
background-color: #367BC4;
}
.BgClassName
{
background-color: #367BC4;
}
</style>
border-color css
<style>
span { border-color: #367BC4; }
span { border-color: rgb(54,123,196); }
td.TdClassName
{
border-color: #367BC4;
}
.TagClassName
{
border-color: #367BC4;
}
</style>