Shades of Curious Blue #338EC2
Tints of Curious Blue #338EC2
RGB
CMYK
RGB Variations
Color information
#338EC2 (or 0x338EC2) is known color: Curious Blue. HEX triplet: 33, 8E and C2. RGB value is (51,142,194). Sum of RGB (Red+Green+Blue) = 51+142+194=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #338EC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338EC2 is #CC713D. Grayscale: #787878. Windows color (decimal): -13398334 or 12750387. OLE color: 12750387.
HSL color Cylindrical-coordinate representation of color #338EC2: hue angle of 201.82º 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 #338EC2 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 142 | 194 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.24 |
| HSL | 201.82º | 0.58% | 0.48% | - |
| HSV(B) | 201.82º | 0.74% | 0.76% | - |
| XYZ | 20.78 | 23.94 | 54.57 | - |
| YUV | 120.72 | 169.35 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 142 | 194 | 0.74 | 0.27 | 0 | 0.24 | 201.82 | 0.58 | 0.48 |
| Hex | 33 | 8E | C2 | 4A | 1B | 0 | 18 | CA | 3A | 30 |
| Octal | 63 | 216 | 302 | 112 | 33 | 0 | 30 | 312 | 72 | 60 |
| Binary | 110011 | 10001110 | 11000010 | 1001010 | 11011 | 0 | 11000 | 11001010 | 111010 | 110000 |
Color Harmonies of #338EC2
Complementary color
Monochromatic Colors of #338EC2
Black with #338EC2
Text Example
Text Example
White with #338EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338EC2; }
p { color: rgb(51,142,194); }
H1.HeaderClassName
{
color: #338EC2;
}
.AnyTagClassName
{
color: #338EC2;
}
</style>
background-color css
<style>
a { background-color: #338EC2; }
a { background-color: rgb(51,142,194); }
div.DivClassName
{
background-color: #338EC2;
}
.BgClassName
{
background-color: #338EC2;
}
</style>
border-color css
<style>
span { border-color: #338EC2; }
span { border-color: rgb(51,142,194); }
td.TdClassName
{
border-color: #338EC2;
}
.TagClassName
{
border-color: #338EC2;
}
</style>