Shades of Curious Blue #338DC1
Tints of Curious Blue #338DC1
RGB
CMYK
RGB Variations
Color information
#338DC1 (or 0x338DC1) is known color: Curious Blue. HEX triplet: 33, 8D and C1. RGB value is (51,141,193). Sum of RGB (Red+Green+Blue) = 51+141+193=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #338DC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DC1 is #CC723E. Grayscale: #777777. Windows color (decimal): -13398591 or 12684595. OLE color: 12684595.
HSL color Cylindrical-coordinate representation of color #338DC1: hue angle of 201.97º 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 #338DC1 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 141 | 193 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.24 |
| HSL | 201.97º | 0.58% | 0.48% | - |
| HSV(B) | 201.97º | 0.74% | 0.76% | - |
| XYZ | 20.52 | 23.6 | 53.93 | - |
| YUV | 120.02 | 169.18 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 193 | 0.74 | 0.27 | 0 | 0.24 | 201.97 | 0.58 | 0.48 |
| Hex | 33 | 8D | C1 | 4A | 1B | 0 | 18 | CA | 3A | 30 |
| Octal | 63 | 215 | 301 | 112 | 33 | 0 | 30 | 312 | 72 | 60 |
| Binary | 110011 | 10001101 | 11000001 | 1001010 | 11011 | 0 | 11000 | 11001010 | 111010 | 110000 |
Color Harmonies of #338DC1
Complementary color
Monochromatic Colors of #338DC1
Black with #338DC1
Text Example
Text Example
White with #338DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DC1; }
p { color: rgb(51,141,193); }
H1.HeaderClassName
{
color: #338DC1;
}
.AnyTagClassName
{
color: #338DC1;
}
</style>
background-color css
<style>
a { background-color: #338DC1; }
a { background-color: rgb(51,141,193); }
div.DivClassName
{
background-color: #338DC1;
}
.BgClassName
{
background-color: #338DC1;
}
</style>
border-color css
<style>
span { border-color: #338DC1; }
span { border-color: rgb(51,141,193); }
td.TdClassName
{
border-color: #338DC1;
}
.TagClassName
{
border-color: #338DC1;
}
</style>