Shades of Curious Blue #368ADE
Tints of Curious Blue #368ADE
RGB
CMYK
RGB Variations
Color information
#368ADE (or 0x368ADE) is known color: Curious Blue. HEX triplet: 36, 8A and DE. RGB value is (54,138,222). Sum of RGB (Red+Green+Blue) = 54+138+222=414 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.04% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #368ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368ADE is #C97521. Grayscale: #7A7A7A. Windows color (decimal): -13202722 or 14584374. OLE color: 14584374.
HSL color Cylindrical-coordinate representation of color #368ADE: hue angle of 210º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #368ADE is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 138 | 222 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.13 |
| HSL | 210º | 0.72% | 0.54% | - |
| HSV(B) | 210º | 0.76% | 0.87% | - |
| XYZ | 23.79 | 24.24 | 72.53 | - |
| YUV | 122.46 | 184.17 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 138 | 222 | 0.76 | 0.38 | 0 | 0.13 | 210 | 0.72 | 0.54 |
| Hex | 36 | 8A | DE | 4C | 26 | 0 | D | D2 | 48 | 36 |
| Octal | 66 | 212 | 336 | 114 | 46 | 0 | 15 | 322 | 110 | 66 |
| Binary | 110110 | 10001010 | 11011110 | 1001100 | 100110 | 0 | 1101 | 11010010 | 1001000 | 110110 |
Color Harmonies of #368ADE
Complementary color
Monochromatic Colors of #368ADE
Black with #368ADE
Text Example
Text Example
White with #368ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368ADE; }
p { color: rgb(54,138,222); }
H1.HeaderClassName
{
color: #368ADE;
}
.AnyTagClassName
{
color: #368ADE;
}
</style>
background-color css
<style>
a { background-color: #368ADE; }
a { background-color: rgb(54,138,222); }
div.DivClassName
{
background-color: #368ADE;
}
.BgClassName
{
background-color: #368ADE;
}
</style>
border-color css
<style>
span { border-color: #368ADE; }
span { border-color: rgb(54,138,222); }
td.TdClassName
{
border-color: #368ADE;
}
.TagClassName
{
border-color: #368ADE;
}
</style>