Shades of Curious Blue #368FCC
Tints of Curious Blue #368FCC
RGB
CMYK
RGB Variations
Color information
#368FCC (or 0x368FCC) is known color: Curious Blue. HEX triplet: 36, 8F and CC. RGB value is (54,143,204). Sum of RGB (Red+Green+Blue) = 54+143+204=401 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.47% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #368FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368FCC is #C97033. Grayscale: #7B7B7B. Windows color (decimal): -13201460 or 13406006. OLE color: 13406006.
HSL color Cylindrical-coordinate representation of color #368FCC: hue angle of 204.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #368FCC is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 143 | 204 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.2 |
| HSL | 204.4º | 0.6% | 0.51% | - |
| HSV(B) | 204.4º | 0.74% | 0.8% | - |
| XYZ | 22.24 | 24.79 | 60.74 | - |
| YUV | 123.34 | 173.51 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 143 | 204 | 0.74 | 0.30 | 0 | 0.2 | 204.4 | 0.6 | 0.51 |
| Hex | 36 | 8F | CC | 4A | 1E | 0 | 14 | CC | 3C | 33 |
| Octal | 66 | 217 | 314 | 112 | 36 | 0 | 24 | 314 | 74 | 63 |
| Binary | 110110 | 10001111 | 11001100 | 1001010 | 11110 | 0 | 10100 | 11001100 | 111100 | 110011 |
Color Harmonies of #368FCC
Complementary color
Monochromatic Colors of #368FCC
Black with #368FCC
Text Example
Text Example
White with #368FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368FCC; }
p { color: rgb(54,143,204); }
H1.HeaderClassName
{
color: #368FCC;
}
.AnyTagClassName
{
color: #368FCC;
}
</style>
background-color css
<style>
a { background-color: #368FCC; }
a { background-color: rgb(54,143,204); }
div.DivClassName
{
background-color: #368FCC;
}
.BgClassName
{
background-color: #368FCC;
}
</style>
border-color css
<style>
span { border-color: #368FCC; }
span { border-color: rgb(54,143,204); }
td.TdClassName
{
border-color: #368FCC;
}
.TagClassName
{
border-color: #368FCC;
}
</style>