Shades of Curious Blue #366FC1
Tints of Curious Blue #366FC1
RGB
CMYK
RGB Variations
Color information
#366FC1 (or 0x366FC1) is known color: Curious Blue. HEX triplet: 36, 6F and C1. RGB value is (54,111,193). Sum of RGB (Red+Green+Blue) = 54+111+193=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 193 (75.78% from 255 or 53.91% from 358); Max value from RGB is 193 - color contains mainly: blue. Hex color #366FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366FC1 is #C9903E. Grayscale: #666666. Windows color (decimal): -13209663 or 12676918. OLE color: 12676918.
HSL color Cylindrical-coordinate representation of color #366FC1: hue angle of 215.4º 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 #366FC1 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 111 | 193 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.24 |
| HSL | 215.4º | 0.56% | 0.48% | - |
| HSV(B) | 215.4º | 0.72% | 0.76% | - |
| XYZ | 16.83 | 16 | 52.65 | - |
| YUV | 103.31 | 178.62 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 193 | 0.72 | 0.42 | 0 | 0.24 | 215.4 | 0.56 | 0.48 |
| Hex | 36 | 6F | C1 | 48 | 2A | 0 | 18 | D7 | 38 | 30 |
| Octal | 66 | 157 | 301 | 110 | 52 | 0 | 30 | 327 | 70 | 60 |
| Binary | 110110 | 1101111 | 11000001 | 1001000 | 101010 | 0 | 11000 | 11010111 | 111000 | 110000 |
Color Harmonies of #366FC1
Complementary color
Monochromatic Colors of #366FC1
Black with #366FC1
Text Example
Text Example
White with #366FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366FC1; }
p { color: rgb(54,111,193); }
H1.HeaderClassName
{
color: #366FC1;
}
.AnyTagClassName
{
color: #366FC1;
}
</style>
background-color css
<style>
a { background-color: #366FC1; }
a { background-color: rgb(54,111,193); }
div.DivClassName
{
background-color: #366FC1;
}
.BgClassName
{
background-color: #366FC1;
}
</style>
border-color css
<style>
span { border-color: #366FC1; }
span { border-color: rgb(54,111,193); }
td.TdClassName
{
border-color: #366FC1;
}
.TagClassName
{
border-color: #366FC1;
}
</style>