Shades of Curious Blue #368DCD
Tints of Curious Blue #368DCD
RGB
CMYK
RGB Variations
Color information
#368DCD (or 0x368DCD) is known color: Curious Blue. HEX triplet: 36, 8D and CD. RGB value is (54,141,205). Sum of RGB (Red+Green+Blue) = 54+141+205=400 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.5% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #368DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368DCD is #C97232. Grayscale: #797979. Windows color (decimal): -13201971 or 13471030. OLE color: 13471030.
HSL color Cylindrical-coordinate representation of color #368DCD: hue angle of 205.43º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #368DCD is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 141 | 205 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.20 |
| HSL | 205.43º | 0.6% | 0.51% | - |
| HSV(B) | 205.43º | 0.74% | 0.8% | - |
| XYZ | 22.07 | 24.24 | 61.27 | - |
| YUV | 122.28 | 174.68 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 141 | 205 | 0.74 | 0.31 | 0 | 0.20 | 205.43 | 0.6 | 0.51 |
| Hex | 36 | 8D | CD | 4A | 1F | 0 | 14 | CD | 3C | 33 |
| Octal | 66 | 215 | 315 | 112 | 37 | 0 | 24 | 315 | 74 | 63 |
| Binary | 110110 | 10001101 | 11001101 | 1001010 | 11111 | 0 | 10100 | 11001101 | 111100 | 110011 |
Color Harmonies of #368DCD
Complementary color
Monochromatic Colors of #368DCD
Black with #368DCD
Text Example
Text Example
White with #368DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368DCD; }
p { color: rgb(54,141,205); }
H1.HeaderClassName
{
color: #368DCD;
}
.AnyTagClassName
{
color: #368DCD;
}
</style>
background-color css
<style>
a { background-color: #368DCD; }
a { background-color: rgb(54,141,205); }
div.DivClassName
{
background-color: #368DCD;
}
.BgClassName
{
background-color: #368DCD;
}
</style>
border-color css
<style>
span { border-color: #368DCD; }
span { border-color: rgb(54,141,205); }
td.TdClassName
{
border-color: #368DCD;
}
.TagClassName
{
border-color: #368DCD;
}
</style>