Shades of Curious Blue #338EDA
Tints of Curious Blue #338EDA
RGB
CMYK
RGB Variations
Color information
#338EDA (or 0x338EDA) is known color: Curious Blue. HEX triplet: 33, 8E and DA. RGB value is (51,142,218). Sum of RGB (Red+Green+Blue) = 51+142+218=411 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.41% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #338EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338EDA is #CC7125. Grayscale: #7B7B7B. Windows color (decimal): -13398310 or 14323251. OLE color: 14323251.
HSL color Cylindrical-coordinate representation of color #338EDA: hue angle of 207.31º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #338EDA is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 142 | 218 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.15 |
| HSL | 207.31º | 0.69% | 0.53% | - |
| HSV(B) | 207.31º | 0.77% | 0.85% | - |
| XYZ | 23.69 | 25.11 | 69.93 | - |
| YUV | 123.46 | 181.35 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 142 | 218 | 0.77 | 0.35 | 0 | 0.15 | 207.31 | 0.69 | 0.53 |
| Hex | 33 | 8E | DA | 4D | 23 | 0 | F | CF | 45 | 35 |
| Octal | 63 | 216 | 332 | 115 | 43 | 0 | 17 | 317 | 105 | 65 |
| Binary | 110011 | 10001110 | 11011010 | 1001101 | 100011 | 0 | 1111 | 11001111 | 1000101 | 110101 |
Color Harmonies of #338EDA
Complementary color
Monochromatic Colors of #338EDA
Black with #338EDA
Text Example
Text Example
White with #338EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338EDA; }
p { color: rgb(51,142,218); }
H1.HeaderClassName
{
color: #338EDA;
}
.AnyTagClassName
{
color: #338EDA;
}
</style>
background-color css
<style>
a { background-color: #338EDA; }
a { background-color: rgb(51,142,218); }
div.DivClassName
{
background-color: #338EDA;
}
.BgClassName
{
background-color: #338EDA;
}
</style>
border-color css
<style>
span { border-color: #338EDA; }
span { border-color: rgb(51,142,218); }
td.TdClassName
{
border-color: #338EDA;
}
.TagClassName
{
border-color: #338EDA;
}
</style>