Shades of Curious Blue #368DD0
Tints of Curious Blue #368DD0
RGB
CMYK
RGB Variations
Color information
#368DD0 (or 0x368DD0) is known color: Curious Blue. HEX triplet: 36, 8D and D0. RGB value is (54,141,208). Sum of RGB (Red+Green+Blue) = 54+141+208=403 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.40% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #368DD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368DD0 is #C9722F. Grayscale: #7A7A7A. Windows color (decimal): -13201968 or 13667638. OLE color: 13667638.
HSL color Cylindrical-coordinate representation of color #368DD0: hue angle of 206.1º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #368DD0 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 141 | 208 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.18 |
| HSL | 206.1º | 0.62% | 0.51% | - |
| HSV(B) | 206.1º | 0.74% | 0.82% | - |
| XYZ | 22.43 | 24.39 | 63.2 | - |
| YUV | 122.63 | 176.18 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 141 | 208 | 0.74 | 0.32 | 0 | 0.18 | 206.1 | 0.62 | 0.51 |
| Hex | 36 | 8D | D0 | 4A | 20 | 0 | 12 | CE | 3E | 33 |
| Octal | 66 | 215 | 320 | 112 | 40 | 0 | 22 | 316 | 76 | 63 |
| Binary | 110110 | 10001101 | 11010000 | 1001010 | 100000 | 0 | 10010 | 11001110 | 111110 | 110011 |
Color Harmonies of #368DD0
Complementary color
Monochromatic Colors of #368DD0
Black with #368DD0
Text Example
Text Example
White with #368DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368DD0; }
p { color: rgb(54,141,208); }
H1.HeaderClassName
{
color: #368DD0;
}
.AnyTagClassName
{
color: #368DD0;
}
</style>
background-color css
<style>
a { background-color: #368DD0; }
a { background-color: rgb(54,141,208); }
div.DivClassName
{
background-color: #368DD0;
}
.BgClassName
{
background-color: #368DD0;
}
</style>
border-color css
<style>
span { border-color: #368DD0; }
span { border-color: rgb(54,141,208); }
td.TdClassName
{
border-color: #368DD0;
}
.TagClassName
{
border-color: #368DD0;
}
</style>