Shades of Curious Blue #368ED0
Tints of Curious Blue #368ED0
RGB
CMYK
RGB Variations
Color information
#368ED0 (or 0x368ED0) is known color: Curious Blue. HEX triplet: 36, 8E and D0. RGB value is (54,142,208). Sum of RGB (Red+Green+Blue) = 54+142+208=404 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.37% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #368ED0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368ED0 is #C9712F. Grayscale: #7A7A7A. Windows color (decimal): -13201712 or 13667894. OLE color: 13667894.
HSL color Cylindrical-coordinate representation of color #368ED0: hue angle of 205.71º 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 #368ED0 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 142 | 208 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.18 |
| HSL | 205.71º | 0.62% | 0.51% | - |
| HSV(B) | 205.71º | 0.74% | 0.82% | - |
| XYZ | 22.58 | 24.68 | 63.25 | - |
| YUV | 123.21 | 175.85 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 142 | 208 | 0.74 | 0.32 | 0 | 0.18 | 205.71 | 0.62 | 0.51 |
| Hex | 36 | 8E | D0 | 4A | 20 | 0 | 12 | CE | 3E | 33 |
| Octal | 66 | 216 | 320 | 112 | 40 | 0 | 22 | 316 | 76 | 63 |
| Binary | 110110 | 10001110 | 11010000 | 1001010 | 100000 | 0 | 10010 | 11001110 | 111110 | 110011 |
Color Harmonies of #368ED0
Complementary color
Monochromatic Colors of #368ED0
Black with #368ED0
Text Example
Text Example
White with #368ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368ED0; }
p { color: rgb(54,142,208); }
H1.HeaderClassName
{
color: #368ED0;
}
.AnyTagClassName
{
color: #368ED0;
}
</style>
background-color css
<style>
a { background-color: #368ED0; }
a { background-color: rgb(54,142,208); }
div.DivClassName
{
background-color: #368ED0;
}
.BgClassName
{
background-color: #368ED0;
}
</style>
border-color css
<style>
span { border-color: #368ED0; }
span { border-color: rgb(54,142,208); }
td.TdClassName
{
border-color: #368ED0;
}
.TagClassName
{
border-color: #368ED0;
}
</style>