Shades of Curious Blue #338ADC
Tints of Curious Blue #338ADC
RGB
CMYK
RGB Variations
Color information
#338ADC (or 0x338ADC) is known color: Curious Blue. HEX triplet: 33, 8A and DC. RGB value is (51,138,220). Sum of RGB (Red+Green+Blue) = 51+138+220=409 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.47% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #338ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338ADC is #CC7523. Grayscale: #787878. Windows color (decimal): -13399332 or 14453299. OLE color: 14453299.
HSL color Cylindrical-coordinate representation of color #338ADC: hue angle of 209.11º 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 #338ADC is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 138 | 220 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.14 |
| HSL | 209.11º | 0.71% | 0.53% | - |
| HSV(B) | 209.11º | 0.77% | 0.86% | - |
| XYZ | 23.37 | 24.05 | 71.12 | - |
| YUV | 121.34 | 183.68 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 220 | 0.77 | 0.37 | 0 | 0.14 | 209.11 | 0.71 | 0.53 |
| Hex | 33 | 8A | DC | 4D | 25 | 0 | E | D1 | 47 | 35 |
| Octal | 63 | 212 | 334 | 115 | 45 | 0 | 16 | 321 | 107 | 65 |
| Binary | 110011 | 10001010 | 11011100 | 1001101 | 100101 | 0 | 1110 | 11010001 | 1000111 | 110101 |
Color Harmonies of #338ADC
Complementary color
Monochromatic Colors of #338ADC
Black with #338ADC
Text Example
Text Example
White with #338ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338ADC; }
p { color: rgb(51,138,220); }
H1.HeaderClassName
{
color: #338ADC;
}
.AnyTagClassName
{
color: #338ADC;
}
</style>
background-color css
<style>
a { background-color: #338ADC; }
a { background-color: rgb(51,138,220); }
div.DivClassName
{
background-color: #338ADC;
}
.BgClassName
{
background-color: #338ADC;
}
</style>
border-color css
<style>
span { border-color: #338ADC; }
span { border-color: rgb(51,138,220); }
td.TdClassName
{
border-color: #338ADC;
}
.TagClassName
{
border-color: #338ADC;
}
</style>