Shades of Curious Blue #338DC3
Tints of Curious Blue #338DC3
RGB
CMYK
RGB Variations
Color information
#338DC3 (or 0x338DC3) is known color: Curious Blue. HEX triplet: 33, 8D and C3. RGB value is (51,141,195). Sum of RGB (Red+Green+Blue) = 51+141+195=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 195 (76.56% from 255 or 50.39% from 387); Max value from RGB is 195 - color contains mainly: blue. Hex color #338DC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DC3 is #CC723C. Grayscale: #777777. Windows color (decimal): -13398589 or 12815667. OLE color: 12815667.
HSL color Cylindrical-coordinate representation of color #338DC3: hue angle of 202.5º degrees, saturation: 0.59, 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 #338DC3 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 141 | 195 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.24 |
| HSL | 202.5º | 0.59% | 0.48% | - |
| HSV(B) | 202.5º | 0.74% | 0.76% | - |
| XYZ | 20.74 | 23.69 | 55.11 | - |
| YUV | 120.25 | 170.18 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 195 | 0.74 | 0.28 | 0 | 0.24 | 202.5 | 0.59 | 0.48 |
| Hex | 33 | 8D | C3 | 4A | 1C | 0 | 18 | CA | 3B | 30 |
| Octal | 63 | 215 | 303 | 112 | 34 | 0 | 30 | 312 | 73 | 60 |
| Binary | 110011 | 10001101 | 11000011 | 1001010 | 11100 | 0 | 11000 | 11001010 | 111011 | 110000 |
Color Harmonies of #338DC3
Complementary color
Monochromatic Colors of #338DC3
Black with #338DC3
Text Example
Text Example
White with #338DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DC3; }
p { color: rgb(51,141,195); }
H1.HeaderClassName
{
color: #338DC3;
}
.AnyTagClassName
{
color: #338DC3;
}
</style>
background-color css
<style>
a { background-color: #338DC3; }
a { background-color: rgb(51,141,195); }
div.DivClassName
{
background-color: #338DC3;
}
.BgClassName
{
background-color: #338DC3;
}
</style>
border-color css
<style>
span { border-color: #338DC3; }
span { border-color: rgb(51,141,195); }
td.TdClassName
{
border-color: #338DC3;
}
.TagClassName
{
border-color: #338DC3;
}
</style>