Shades of Curious Blue #368BBA
Tints of Curious Blue #368BBA
RGB
CMYK
RGB Variations
Color information
#368BBA (or 0x368BBA) is known color: Curious Blue. HEX triplet: 36, 8B and BA. RGB value is (54,139,186). Sum of RGB (Red+Green+Blue) = 54+139+186=379 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.25% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #368BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368BBA is #C97445. Grayscale: #767676. Windows color (decimal): -13202502 or 12225334. OLE color: 12225334.
HSL color Cylindrical-coordinate representation of color #368BBA: hue angle of 201.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #368BBA is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 139 | 186 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.27 |
| HSL | 201.36º | 0.55% | 0.47% | - |
| HSV(B) | 201.36º | 0.71% | 0.73% | - |
| XYZ | 19.62 | 22.79 | 49.82 | - |
| YUV | 118.94 | 165.84 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 139 | 186 | 0.71 | 0.25 | 0 | 0.27 | 201.36 | 0.55 | 0.47 |
| Hex | 36 | 8B | BA | 47 | 19 | 0 | 1B | C9 | 37 | 2F |
| Octal | 66 | 213 | 272 | 107 | 31 | 0 | 33 | 311 | 67 | 57 |
| Binary | 110110 | 10001011 | 10111010 | 1000111 | 11001 | 0 | 11011 | 11001001 | 110111 | 101111 |
Color Harmonies of #368BBA
Complementary color
Monochromatic Colors of #368BBA
Black with #368BBA
Text Example
Text Example
White with #368BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368BBA; }
p { color: rgb(54,139,186); }
H1.HeaderClassName
{
color: #368BBA;
}
.AnyTagClassName
{
color: #368BBA;
}
</style>
background-color css
<style>
a { background-color: #368BBA; }
a { background-color: rgb(54,139,186); }
div.DivClassName
{
background-color: #368BBA;
}
.BgClassName
{
background-color: #368BBA;
}
</style>
border-color css
<style>
span { border-color: #368BBA; }
span { border-color: rgb(54,139,186); }
td.TdClassName
{
border-color: #368BBA;
}
.TagClassName
{
border-color: #368BBA;
}
</style>