Shades of Curious Blue #318ABC
Tints of Curious Blue #318ABC
RGB
CMYK
RGB Variations
Color information
#318ABC (or 0x318ABC) is known color: Curious Blue. HEX triplet: 31, 8A and BC. RGB value is (49,138,188). Sum of RGB (Red+Green+Blue) = 49+138+188=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #318ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318ABC is #CE7543. Grayscale: #747474. Windows color (decimal): -13530436 or 12356145. OLE color: 12356145.
HSL color Cylindrical-coordinate representation of color #318ABC: hue angle of 201.58º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #318ABC is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 138 | 188 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.26 |
| HSL | 201.58º | 0.59% | 0.46% | - |
| HSV(B) | 201.58º | 0.74% | 0.74% | - |
| XYZ | 19.43 | 22.46 | 50.89 | - |
| YUV | 117.09 | 168.01 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 138 | 188 | 0.74 | 0.27 | 0 | 0.26 | 201.58 | 0.59 | 0.46 |
| Hex | 31 | 8A | BC | 4A | 1B | 0 | 1A | CA | 3B | 2E |
| Octal | 61 | 212 | 274 | 112 | 33 | 0 | 32 | 312 | 73 | 56 |
| Binary | 110001 | 10001010 | 10111100 | 1001010 | 11011 | 0 | 11010 | 11001010 | 111011 | 101110 |
Color Harmonies of #318ABC
Complementary color
Monochromatic Colors of #318ABC
Black with #318ABC
Text Example
Text Example
White with #318ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318ABC; }
p { color: rgb(49,138,188); }
H1.HeaderClassName
{
color: #318ABC;
}
.AnyTagClassName
{
color: #318ABC;
}
</style>
background-color css
<style>
a { background-color: #318ABC; }
a { background-color: rgb(49,138,188); }
div.DivClassName
{
background-color: #318ABC;
}
.BgClassName
{
background-color: #318ABC;
}
</style>
border-color css
<style>
span { border-color: #318ABC; }
span { border-color: rgb(49,138,188); }
td.TdClassName
{
border-color: #318ABC;
}
.TagClassName
{
border-color: #318ABC;
}
</style>