Shades of Curious Blue #368CBC
Tints of Curious Blue #368CBC
RGB
CMYK
RGB Variations
Color information
#368CBC (or 0x368CBC) is known color: Curious Blue. HEX triplet: 36, 8C and BC. RGB value is (54,140,188). Sum of RGB (Red+Green+Blue) = 54+140+188=382 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.14% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #368CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368CBC is #C97343. Grayscale: #777777. Windows color (decimal): -13202244 or 12356662. OLE color: 12356662.
HSL color Cylindrical-coordinate representation of color #368CBC: hue angle of 201.49º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #368CBC is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 140 | 188 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.26 |
| HSL | 201.49º | 0.55% | 0.47% | - |
| HSV(B) | 201.49º | 0.71% | 0.74% | - |
| XYZ | 19.98 | 23.17 | 51 | - |
| YUV | 119.76 | 166.51 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 140 | 188 | 0.71 | 0.26 | 0 | 0.26 | 201.49 | 0.55 | 0.47 |
| Hex | 36 | 8C | BC | 47 | 1A | 0 | 1A | C9 | 37 | 2F |
| Octal | 66 | 214 | 274 | 107 | 32 | 0 | 32 | 311 | 67 | 57 |
| Binary | 110110 | 10001100 | 10111100 | 1000111 | 11010 | 0 | 11010 | 11001001 | 110111 | 101111 |
Color Harmonies of #368CBC
Complementary color
Monochromatic Colors of #368CBC
Black with #368CBC
Text Example
Text Example
White with #368CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368CBC; }
p { color: rgb(54,140,188); }
H1.HeaderClassName
{
color: #368CBC;
}
.AnyTagClassName
{
color: #368CBC;
}
</style>
background-color css
<style>
a { background-color: #368CBC; }
a { background-color: rgb(54,140,188); }
div.DivClassName
{
background-color: #368CBC;
}
.BgClassName
{
background-color: #368CBC;
}
</style>
border-color css
<style>
span { border-color: #368CBC; }
span { border-color: rgb(54,140,188); }
td.TdClassName
{
border-color: #368CBC;
}
.TagClassName
{
border-color: #368CBC;
}
</style>