Shades of Curious Blue #338FC9
Tints of Curious Blue #338FC9
RGB
CMYK
RGB Variations
Color information
#338FC9 (or 0x338FC9) is known color: Curious Blue. HEX triplet: 33, 8F and C9. RGB value is (51,143,201). Sum of RGB (Red+Green+Blue) = 51+143+201=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #338FC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FC9 is #CC7036. Grayscale: #797979. Windows color (decimal): -13398071 or 13209395. OLE color: 13209395.
HSL color Cylindrical-coordinate representation of color #338FC9: hue angle of 203.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338FC9 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 143 | 201 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.21 |
| HSL | 203.2º | 0.6% | 0.49% | - |
| HSV(B) | 203.2º | 0.75% | 0.79% | - |
| XYZ | 21.73 | 24.57 | 58.85 | - |
| YUV | 122.1 | 172.52 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 143 | 201 | 0.75 | 0.29 | 0 | 0.21 | 203.2 | 0.6 | 0.49 |
| Hex | 33 | 8F | C9 | 4B | 1D | 0 | 15 | CB | 3C | 31 |
| Octal | 63 | 217 | 311 | 113 | 35 | 0 | 25 | 313 | 74 | 61 |
| Binary | 110011 | 10001111 | 11001001 | 1001011 | 11101 | 0 | 10101 | 11001011 | 111100 | 110001 |
Color Harmonies of #338FC9
Complementary color
Monochromatic Colors of #338FC9
Black with #338FC9
Text Example
Text Example
White with #338FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338FC9; }
p { color: rgb(51,143,201); }
H1.HeaderClassName
{
color: #338FC9;
}
.AnyTagClassName
{
color: #338FC9;
}
</style>
background-color css
<style>
a { background-color: #338FC9; }
a { background-color: rgb(51,143,201); }
div.DivClassName
{
background-color: #338FC9;
}
.BgClassName
{
background-color: #338FC9;
}
</style>
border-color css
<style>
span { border-color: #338FC9; }
span { border-color: rgb(51,143,201); }
td.TdClassName
{
border-color: #338FC9;
}
.TagClassName
{
border-color: #338FC9;
}
</style>