Shades of Curious Blue #338EC3
Tints of Curious Blue #338EC3
RGB
CMYK
RGB Variations
Color information
#338EC3 (or 0x338EC3) is known color: Curious Blue. HEX triplet: 33, 8E and C3. RGB value is (51,142,195). Sum of RGB (Red+Green+Blue) = 51+142+195=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 195 (76.56% from 255 or 50.26% from 388); Max value from RGB is 195 - color contains mainly: blue. Hex color #338EC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338EC3 is #CC713C. Grayscale: #787878. Windows color (decimal): -13398333 or 12815923. OLE color: 12815923.
HSL color Cylindrical-coordinate representation of color #338EC3: hue angle of 202.08º 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 #338EC3 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 142 | 195 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.24 |
| HSL | 202.08º | 0.59% | 0.48% | - |
| HSV(B) | 202.08º | 0.74% | 0.76% | - |
| XYZ | 20.89 | 23.99 | 55.16 | - |
| YUV | 120.83 | 169.85 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 142 | 195 | 0.74 | 0.27 | 0 | 0.24 | 202.08 | 0.59 | 0.48 |
| Hex | 33 | 8E | C3 | 4A | 1B | 0 | 18 | CA | 3B | 30 |
| Octal | 63 | 216 | 303 | 112 | 33 | 0 | 30 | 312 | 73 | 60 |
| Binary | 110011 | 10001110 | 11000011 | 1001010 | 11011 | 0 | 11000 | 11001010 | 111011 | 110000 |
Color Harmonies of #338EC3
Complementary color
Monochromatic Colors of #338EC3
Black with #338EC3
Text Example
Text Example
White with #338EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338EC3; }
p { color: rgb(51,142,195); }
H1.HeaderClassName
{
color: #338EC3;
}
.AnyTagClassName
{
color: #338EC3;
}
</style>
background-color css
<style>
a { background-color: #338EC3; }
a { background-color: rgb(51,142,195); }
div.DivClassName
{
background-color: #338EC3;
}
.BgClassName
{
background-color: #338EC3;
}
</style>
border-color css
<style>
span { border-color: #338EC3; }
span { border-color: rgb(51,142,195); }
td.TdClassName
{
border-color: #338EC3;
}
.TagClassName
{
border-color: #338EC3;
}
</style>