Shades of Curious Blue #338AC0
Tints of Curious Blue #338AC0
RGB
CMYK
RGB Variations
Color information
#338AC0 (or 0x338AC0) is known color: Curious Blue. HEX triplet: 33, 8A and C0. RGB value is (51,138,192). Sum of RGB (Red+Green+Blue) = 51+138+192=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #338AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338AC0 is #CC753F. Grayscale: #757575. Windows color (decimal): -13399360 or 12618291. OLE color: 12618291.
HSL color Cylindrical-coordinate representation of color #338AC0: hue angle of 202.98º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #338AC0 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 138 | 192 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.25 |
| HSL | 202.98º | 0.58% | 0.48% | - |
| HSV(B) | 202.98º | 0.73% | 0.75% | - |
| XYZ | 19.97 | 22.69 | 53.2 | - |
| YUV | 118.14 | 169.68 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 192 | 0.73 | 0.28 | 0 | 0.25 | 202.98 | 0.58 | 0.48 |
| Hex | 33 | 8A | C0 | 49 | 1C | 0 | 19 | CB | 3A | 30 |
| Octal | 63 | 212 | 300 | 111 | 34 | 0 | 31 | 313 | 72 | 60 |
| Binary | 110011 | 10001010 | 11000000 | 1001001 | 11100 | 0 | 11001 | 11001011 | 111010 | 110000 |
Color Harmonies of #338AC0
Complementary color
Monochromatic Colors of #338AC0
Black with #338AC0
Text Example
Text Example
White with #338AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338AC0; }
p { color: rgb(51,138,192); }
H1.HeaderClassName
{
color: #338AC0;
}
.AnyTagClassName
{
color: #338AC0;
}
</style>
background-color css
<style>
a { background-color: #338AC0; }
a { background-color: rgb(51,138,192); }
div.DivClassName
{
background-color: #338AC0;
}
.BgClassName
{
background-color: #338AC0;
}
</style>
border-color css
<style>
span { border-color: #338AC0; }
span { border-color: rgb(51,138,192); }
td.TdClassName
{
border-color: #338AC0;
}
.TagClassName
{
border-color: #338AC0;
}
</style>