Shades of Curious Blue #368ADB
Tints of Curious Blue #368ADB
RGB
CMYK
RGB Variations
Color information
#368ADB (or 0x368ADB) is known color: Curious Blue. HEX triplet: 36, 8A and DB. RGB value is (54,138,219). Sum of RGB (Red+Green+Blue) = 54+138+219=411 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.14% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #368ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368ADB is #C97524. Grayscale: #797979. Windows color (decimal): -13202725 or 14387766. OLE color: 14387766.
HSL color Cylindrical-coordinate representation of color #368ADB: hue angle of 209.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #368ADB is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 138 | 219 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.14 |
| HSL | 209.45º | 0.7% | 0.54% | - |
| HSV(B) | 209.45º | 0.75% | 0.86% | - |
| XYZ | 23.4 | 24.08 | 70.43 | - |
| YUV | 122.12 | 182.67 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 138 | 219 | 0.75 | 0.37 | 0 | 0.14 | 209.45 | 0.7 | 0.54 |
| Hex | 36 | 8A | DB | 4B | 25 | 0 | E | D1 | 46 | 36 |
| Octal | 66 | 212 | 333 | 113 | 45 | 0 | 16 | 321 | 106 | 66 |
| Binary | 110110 | 10001010 | 11011011 | 1001011 | 100101 | 0 | 1110 | 11010001 | 1000110 | 110110 |
Color Harmonies of #368ADB
Complementary color
Monochromatic Colors of #368ADB
Black with #368ADB
Text Example
Text Example
White with #368ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368ADB; }
p { color: rgb(54,138,219); }
H1.HeaderClassName
{
color: #368ADB;
}
.AnyTagClassName
{
color: #368ADB;
}
</style>
background-color css
<style>
a { background-color: #368ADB; }
a { background-color: rgb(54,138,219); }
div.DivClassName
{
background-color: #368ADB;
}
.BgClassName
{
background-color: #368ADB;
}
</style>
border-color css
<style>
span { border-color: #368ADB; }
span { border-color: rgb(54,138,219); }
td.TdClassName
{
border-color: #368ADB;
}
.TagClassName
{
border-color: #368ADB;
}
</style>