Shades of Curious Blue #368FC1
Tints of Curious Blue #368FC1
RGB
CMYK
RGB Variations
Color information
#368FC1 (or 0x368FC1) is known color: Curious Blue. HEX triplet: 36, 8F and C1. RGB value is (54,143,193). Sum of RGB (Red+Green+Blue) = 54+143+193=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #368FC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368FC1 is #C9703E. Grayscale: #797979. Windows color (decimal): -13201471 or 12685110. OLE color: 12685110.
HSL color Cylindrical-coordinate representation of color #368FC1: hue angle of 201.58º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #368FC1 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 143 | 193 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.24 |
| HSL | 201.58º | 0.56% | 0.48% | - |
| HSV(B) | 201.58º | 0.72% | 0.76% | - |
| XYZ | 20.97 | 24.28 | 54.03 | - |
| YUV | 122.09 | 168.01 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 143 | 193 | 0.72 | 0.26 | 0 | 0.24 | 201.58 | 0.56 | 0.48 |
| Hex | 36 | 8F | C1 | 48 | 1A | 0 | 18 | CA | 38 | 30 |
| Octal | 66 | 217 | 301 | 110 | 32 | 0 | 30 | 312 | 70 | 60 |
| Binary | 110110 | 10001111 | 11000001 | 1001000 | 11010 | 0 | 11000 | 11001010 | 111000 | 110000 |
Color Harmonies of #368FC1
Complementary color
Monochromatic Colors of #368FC1
Black with #368FC1
Text Example
Text Example
White with #368FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368FC1; }
p { color: rgb(54,143,193); }
H1.HeaderClassName
{
color: #368FC1;
}
.AnyTagClassName
{
color: #368FC1;
}
</style>
background-color css
<style>
a { background-color: #368FC1; }
a { background-color: rgb(54,143,193); }
div.DivClassName
{
background-color: #368FC1;
}
.BgClassName
{
background-color: #368FC1;
}
</style>
border-color css
<style>
span { border-color: #368FC1; }
span { border-color: rgb(54,143,193); }
td.TdClassName
{
border-color: #368FC1;
}
.TagClassName
{
border-color: #368FC1;
}
</style>