Shades of Curious Blue #338FC1
Tints of Curious Blue #338FC1
RGB
CMYK
RGB Variations
Color information
#338FC1 (or 0x338FC1) is known color: Curious Blue. HEX triplet: 33, 8F and C1. RGB value is (51,143,193). Sum of RGB (Red+Green+Blue) = 51+143+193=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #338FC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FC1 is #CC703E. Grayscale: #787878. Windows color (decimal): -13398079 or 12685107. OLE color: 12685107.
HSL color Cylindrical-coordinate representation of color #338FC1: hue angle of 201.13º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #338FC1 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 143 | 193 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.24 |
| HSL | 201.13º | 0.58% | 0.48% | - |
| HSV(B) | 201.13º | 0.74% | 0.76% | - |
| XYZ | 20.81 | 24.2 | 54.03 | - |
| YUV | 121.19 | 168.52 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 143 | 193 | 0.74 | 0.26 | 0 | 0.24 | 201.13 | 0.58 | 0.48 |
| Hex | 33 | 8F | C1 | 4A | 1A | 0 | 18 | C9 | 3A | 30 |
| Octal | 63 | 217 | 301 | 112 | 32 | 0 | 30 | 311 | 72 | 60 |
| Binary | 110011 | 10001111 | 11000001 | 1001010 | 11010 | 0 | 11000 | 11001001 | 111010 | 110000 |
Color Harmonies of #338FC1
Complementary color
Monochromatic Colors of #338FC1
Black with #338FC1
Text Example
Text Example
White with #338FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338FC1; }
p { color: rgb(51,143,193); }
H1.HeaderClassName
{
color: #338FC1;
}
.AnyTagClassName
{
color: #338FC1;
}
</style>
background-color css
<style>
a { background-color: #338FC1; }
a { background-color: rgb(51,143,193); }
div.DivClassName
{
background-color: #338FC1;
}
.BgClassName
{
background-color: #338FC1;
}
</style>
border-color css
<style>
span { border-color: #338FC1; }
span { border-color: rgb(51,143,193); }
td.TdClassName
{
border-color: #338FC1;
}
.TagClassName
{
border-color: #338FC1;
}
</style>