Shades of Curious Blue #368FC7
Tints of Curious Blue #368FC7
RGB
CMYK
RGB Variations
Color information
#368FC7 (or 0x368FC7) is known color: Curious Blue. HEX triplet: 36, 8F and C7. RGB value is (54,143,199). Sum of RGB (Red+Green+Blue) = 54+143+199=396 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.64% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 199 (78.12% from 255 or 50.25% from 396); Max value from RGB is 199 - color contains mainly: blue. Hex color #368FC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368FC7 is #C97038. Grayscale: #7A7A7A. Windows color (decimal): -13201465 or 13078326. OLE color: 13078326.
HSL color Cylindrical-coordinate representation of color #368FC7: hue angle of 203.17º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #368FC7 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 143 | 199 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.22 |
| HSL | 203.17º | 0.57% | 0.5% | - |
| HSV(B) | 203.17º | 0.73% | 0.78% | - |
| XYZ | 21.65 | 24.55 | 57.63 | - |
| YUV | 122.77 | 171.01 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 143 | 199 | 0.73 | 0.28 | 0 | 0.22 | 203.17 | 0.57 | 0.5 |
| Hex | 36 | 8F | C7 | 49 | 1C | 0 | 16 | CB | 39 | 32 |
| Octal | 66 | 217 | 307 | 111 | 34 | 0 | 26 | 313 | 71 | 62 |
| Binary | 110110 | 10001111 | 11000111 | 1001001 | 11100 | 0 | 10110 | 11001011 | 111001 | 110010 |
Color Harmonies of #368FC7
Complementary color
Monochromatic Colors of #368FC7
Black with #368FC7
Text Example
Text Example
White with #368FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368FC7; }
p { color: rgb(54,143,199); }
H1.HeaderClassName
{
color: #368FC7;
}
.AnyTagClassName
{
color: #368FC7;
}
</style>
background-color css
<style>
a { background-color: #368FC7; }
a { background-color: rgb(54,143,199); }
div.DivClassName
{
background-color: #368FC7;
}
.BgClassName
{
background-color: #368FC7;
}
</style>
border-color css
<style>
span { border-color: #368FC7; }
span { border-color: rgb(54,143,199); }
td.TdClassName
{
border-color: #368FC7;
}
.TagClassName
{
border-color: #368FC7;
}
</style>