Shades of Curious Blue #348ADC
Tints of Curious Blue #348ADC
RGB
CMYK
RGB Variations
Color information
#348ADC (or 0x348ADC) is known color: Curious Blue. HEX triplet: 34, 8A and DC. RGB value is (52,138,220). Sum of RGB (Red+Green+Blue) = 52+138+220=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 138 (54.30% from 255 or 33.66% 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 #348ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348ADC is #CB7523. Grayscale: #797979. Windows color (decimal): -13333796 or 14453300. OLE color: 14453300.
HSL color Cylindrical-coordinate representation of color #348ADC: hue angle of 209.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #348ADC is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 138 | 220 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.14 |
| HSL | 209.29º | 0.71% | 0.53% | - |
| HSV(B) | 209.29º | 0.76% | 0.86% | - |
| XYZ | 23.42 | 24.07 | 71.12 | - |
| YUV | 121.63 | 183.51 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 220 | 0.76 | 0.37 | 0 | 0.14 | 209.29 | 0.71 | 0.53 |
| Hex | 34 | 8A | DC | 4C | 25 | 0 | E | D1 | 47 | 35 |
| Octal | 64 | 212 | 334 | 114 | 45 | 0 | 16 | 321 | 107 | 65 |
| Binary | 110100 | 10001010 | 11011100 | 1001100 | 100101 | 0 | 1110 | 11010001 | 1000111 | 110101 |
Color Harmonies of #348ADC
Complementary color
Monochromatic Colors of #348ADC
Black with #348ADC
Text Example
Text Example
White with #348ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348ADC; }
p { color: rgb(52,138,220); }
H1.HeaderClassName
{
color: #348ADC;
}
.AnyTagClassName
{
color: #348ADC;
}
</style>
background-color css
<style>
a { background-color: #348ADC; }
a { background-color: rgb(52,138,220); }
div.DivClassName
{
background-color: #348ADC;
}
.BgClassName
{
background-color: #348ADC;
}
</style>
border-color css
<style>
span { border-color: #348ADC; }
span { border-color: rgb(52,138,220); }
td.TdClassName
{
border-color: #348ADC;
}
.TagClassName
{
border-color: #348ADC;
}
</style>