Shades of Curious Blue #367CCB
Tints of Curious Blue #367CCB
RGB
CMYK
RGB Variations
Color information
#367CCB (or 0x367CCB) is known color: Curious Blue. HEX triplet: 36, 7C and CB. RGB value is (54,124,203). Sum of RGB (Red+Green+Blue) = 54+124+203=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #367CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367CCB is #C98334. Grayscale: #6F6F6F. Windows color (decimal): -13206325 or 13335606. OLE color: 13335606.
HSL color Cylindrical-coordinate representation of color #367CCB: hue angle of 211.81º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #367CCB is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 124 | 203 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.20 |
| HSL | 211.81º | 0.59% | 0.5% | - |
| HSV(B) | 211.81º | 0.73% | 0.8% | - |
| XYZ | 19.51 | 19.51 | 59.24 | - |
| YUV | 112.08 | 179.31 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 203 | 0.73 | 0.39 | 0 | 0.20 | 211.81 | 0.59 | 0.5 |
| Hex | 36 | 7C | CB | 49 | 27 | 0 | 14 | D4 | 3B | 32 |
| Octal | 66 | 174 | 313 | 111 | 47 | 0 | 24 | 324 | 73 | 62 |
| Binary | 110110 | 1111100 | 11001011 | 1001001 | 100111 | 0 | 10100 | 11010100 | 111011 | 110010 |
Color Harmonies of #367CCB
Complementary color
Monochromatic Colors of #367CCB
Black with #367CCB
Text Example
Text Example
White with #367CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367CCB; }
p { color: rgb(54,124,203); }
H1.HeaderClassName
{
color: #367CCB;
}
.AnyTagClassName
{
color: #367CCB;
}
</style>
background-color css
<style>
a { background-color: #367CCB; }
a { background-color: rgb(54,124,203); }
div.DivClassName
{
background-color: #367CCB;
}
.BgClassName
{
background-color: #367CCB;
}
</style>
border-color css
<style>
span { border-color: #367CCB; }
span { border-color: rgb(54,124,203); }
td.TdClassName
{
border-color: #367CCB;
}
.TagClassName
{
border-color: #367CCB;
}
</style>