Shades of Curious Blue #338BDC
Tints of Curious Blue #338BDC
RGB
CMYK
RGB Variations
Color information
#338BDC (or 0x338BDC) is known color: Curious Blue. HEX triplet: 33, 8B and DC. RGB value is (51,139,220). Sum of RGB (Red+Green+Blue) = 51+139+220=410 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.44% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #338BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338BDC is #CC7423. Grayscale: #797979. Windows color (decimal): -13399076 or 14453555. OLE color: 14453555.
HSL color Cylindrical-coordinate representation of color #338BDC: hue angle of 208.76º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #338BDC is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 139 | 220 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.14 |
| HSL | 208.76º | 0.71% | 0.53% | - |
| HSV(B) | 208.76º | 0.77% | 0.86% | - |
| XYZ | 23.52 | 24.34 | 71.17 | - |
| YUV | 121.92 | 183.35 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 220 | 0.77 | 0.37 | 0 | 0.14 | 208.76 | 0.71 | 0.53 |
| Hex | 33 | 8B | DC | 4D | 25 | 0 | E | D1 | 47 | 35 |
| Octal | 63 | 213 | 334 | 115 | 45 | 0 | 16 | 321 | 107 | 65 |
| Binary | 110011 | 10001011 | 11011100 | 1001101 | 100101 | 0 | 1110 | 11010001 | 1000111 | 110101 |
Color Harmonies of #338BDC
Complementary color
Monochromatic Colors of #338BDC
Black with #338BDC
Text Example
Text Example
White with #338BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338BDC; }
p { color: rgb(51,139,220); }
H1.HeaderClassName
{
color: #338BDC;
}
.AnyTagClassName
{
color: #338BDC;
}
</style>
background-color css
<style>
a { background-color: #338BDC; }
a { background-color: rgb(51,139,220); }
div.DivClassName
{
background-color: #338BDC;
}
.BgClassName
{
background-color: #338BDC;
}
</style>
border-color css
<style>
span { border-color: #338BDC; }
span { border-color: rgb(51,139,220); }
td.TdClassName
{
border-color: #338BDC;
}
.TagClassName
{
border-color: #338BDC;
}
</style>