Shades of Curious Blue #368ECB
Tints of Curious Blue #368ECB
RGB
CMYK
RGB Variations
Color information
#368ECB (or 0x368ECB) is known color: Curious Blue. HEX triplet: 36, 8E and CB. RGB value is (54,142,203). Sum of RGB (Red+Green+Blue) = 54+142+203=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #368ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368ECB is #C97134. Grayscale: #7A7A7A. Windows color (decimal): -13201717 or 13340214. OLE color: 13340214.
HSL color Cylindrical-coordinate representation of color #368ECB: hue angle of 204.56º 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 #368ECB is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 142 | 203 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.20 |
| HSL | 204.56º | 0.59% | 0.5% | - |
| HSV(B) | 204.56º | 0.73% | 0.8% | - |
| XYZ | 21.97 | 24.44 | 60.06 | - |
| YUV | 122.64 | 173.35 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 142 | 203 | 0.73 | 0.30 | 0 | 0.20 | 204.56 | 0.59 | 0.5 |
| Hex | 36 | 8E | CB | 49 | 1E | 0 | 14 | CD | 3B | 32 |
| Octal | 66 | 216 | 313 | 111 | 36 | 0 | 24 | 315 | 73 | 62 |
| Binary | 110110 | 10001110 | 11001011 | 1001001 | 11110 | 0 | 10100 | 11001101 | 111011 | 110010 |
Color Harmonies of #368ECB
Complementary color
Monochromatic Colors of #368ECB
Black with #368ECB
Text Example
Text Example
White with #368ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368ECB; }
p { color: rgb(54,142,203); }
H1.HeaderClassName
{
color: #368ECB;
}
.AnyTagClassName
{
color: #368ECB;
}
</style>
background-color css
<style>
a { background-color: #368ECB; }
a { background-color: rgb(54,142,203); }
div.DivClassName
{
background-color: #368ECB;
}
.BgClassName
{
background-color: #368ECB;
}
</style>
border-color css
<style>
span { border-color: #368ECB; }
span { border-color: rgb(54,142,203); }
td.TdClassName
{
border-color: #368ECB;
}
.TagClassName
{
border-color: #368ECB;
}
</style>