Shades of Curious Blue #368CCD
Tints of Curious Blue #368CCD
RGB
CMYK
RGB Variations
Color information
#368CCD (or 0x368CCD) is known color: Curious Blue. HEX triplet: 36, 8C and CD. RGB value is (54,140,205). Sum of RGB (Red+Green+Blue) = 54+140+205=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #368CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368CCD is #C97332. Grayscale: #797979. Windows color (decimal): -13202227 or 13470774. OLE color: 13470774.
HSL color Cylindrical-coordinate representation of color #368CCD: hue angle of 205.83º 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 #368CCD is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 140 | 205 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.20 |
| HSL | 205.83º | 0.6% | 0.51% | - |
| HSV(B) | 205.83º | 0.74% | 0.8% | - |
| XYZ | 21.92 | 23.95 | 61.22 | - |
| YUV | 121.7 | 175.01 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 140 | 205 | 0.74 | 0.32 | 0 | 0.20 | 205.83 | 0.6 | 0.51 |
| Hex | 36 | 8C | CD | 4A | 20 | 0 | 14 | CE | 3C | 33 |
| Octal | 66 | 214 | 315 | 112 | 40 | 0 | 24 | 316 | 74 | 63 |
| Binary | 110110 | 10001100 | 11001101 | 1001010 | 100000 | 0 | 10100 | 11001110 | 111100 | 110011 |
Color Harmonies of #368CCD
Complementary color
Monochromatic Colors of #368CCD
Black with #368CCD
Text Example
Text Example
White with #368CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368CCD; }
p { color: rgb(54,140,205); }
H1.HeaderClassName
{
color: #368CCD;
}
.AnyTagClassName
{
color: #368CCD;
}
</style>
background-color css
<style>
a { background-color: #368CCD; }
a { background-color: rgb(54,140,205); }
div.DivClassName
{
background-color: #368CCD;
}
.BgClassName
{
background-color: #368CCD;
}
</style>
border-color css
<style>
span { border-color: #368CCD; }
span { border-color: rgb(54,140,205); }
td.TdClassName
{
border-color: #368CCD;
}
.TagClassName
{
border-color: #368CCD;
}
</style>