Shades of Curious Blue #368CCC
Tints of Curious Blue #368CCC
RGB
CMYK
RGB Variations
Color information
#368CCC (or 0x368CCC) is known color: Curious Blue. HEX triplet: 36, 8C and CC. RGB value is (54,140,204). Sum of RGB (Red+Green+Blue) = 54+140+204=398 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.57% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #368CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368CCC is #C97333. Grayscale: #797979. Windows color (decimal): -13202228 or 13405238. OLE color: 13405238.
HSL color Cylindrical-coordinate representation of color #368CCC: hue angle of 205.6º 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 #368CCC is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 140 | 204 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.2 |
| HSL | 205.6º | 0.6% | 0.51% | - |
| HSV(B) | 205.6º | 0.74% | 0.8% | - |
| XYZ | 21.8 | 23.9 | 60.59 | - |
| YUV | 121.58 | 174.51 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 140 | 204 | 0.74 | 0.31 | 0 | 0.2 | 205.6 | 0.6 | 0.51 |
| Hex | 36 | 8C | CC | 4A | 1F | 0 | 14 | CE | 3C | 33 |
| Octal | 66 | 214 | 314 | 112 | 37 | 0 | 24 | 316 | 74 | 63 |
| Binary | 110110 | 10001100 | 11001100 | 1001010 | 11111 | 0 | 10100 | 11001110 | 111100 | 110011 |
Color Harmonies of #368CCC
Complementary color
Monochromatic Colors of #368CCC
Black with #368CCC
Text Example
Text Example
White with #368CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368CCC; }
p { color: rgb(54,140,204); }
H1.HeaderClassName
{
color: #368CCC;
}
.AnyTagClassName
{
color: #368CCC;
}
</style>
background-color css
<style>
a { background-color: #368CCC; }
a { background-color: rgb(54,140,204); }
div.DivClassName
{
background-color: #368CCC;
}
.BgClassName
{
background-color: #368CCC;
}
</style>
border-color css
<style>
span { border-color: #368CCC; }
span { border-color: rgb(54,140,204); }
td.TdClassName
{
border-color: #368CCC;
}
.TagClassName
{
border-color: #368CCC;
}
</style>