Shades of Curious Blue #368BBB
Tints of Curious Blue #368BBB
RGB
CMYK
RGB Variations
Color information
#368BBB (or 0x368BBB) is known color: Curious Blue. HEX triplet: 36, 8B and BB. RGB value is (54,139,187). Sum of RGB (Red+Green+Blue) = 54+139+187=380 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.21% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #368BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368BBB is #C97444. Grayscale: #767676. Windows color (decimal): -13202501 or 12290870. OLE color: 12290870.
HSL color Cylindrical-coordinate representation of color #368BBB: hue angle of 201.65º 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 #368BBB is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 139 | 187 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.27 |
| HSL | 201.65º | 0.55% | 0.47% | - |
| HSV(B) | 201.65º | 0.71% | 0.73% | - |
| XYZ | 19.72 | 22.84 | 50.38 | - |
| YUV | 119.06 | 166.34 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 139 | 187 | 0.71 | 0.26 | 0 | 0.27 | 201.65 | 0.55 | 0.47 |
| Hex | 36 | 8B | BB | 47 | 1A | 0 | 1B | CA | 37 | 2F |
| Octal | 66 | 213 | 273 | 107 | 32 | 0 | 33 | 312 | 67 | 57 |
| Binary | 110110 | 10001011 | 10111011 | 1000111 | 11010 | 0 | 11011 | 11001010 | 110111 | 101111 |
Color Harmonies of #368BBB
Complementary color
Monochromatic Colors of #368BBB
Black with #368BBB
Text Example
Text Example
White with #368BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368BBB; }
p { color: rgb(54,139,187); }
H1.HeaderClassName
{
color: #368BBB;
}
.AnyTagClassName
{
color: #368BBB;
}
</style>
background-color css
<style>
a { background-color: #368BBB; }
a { background-color: rgb(54,139,187); }
div.DivClassName
{
background-color: #368BBB;
}
.BgClassName
{
background-color: #368BBB;
}
</style>
border-color css
<style>
span { border-color: #368BBB; }
span { border-color: rgb(54,139,187); }
td.TdClassName
{
border-color: #368BBB;
}
.TagClassName
{
border-color: #368BBB;
}
</style>