Shades of Curious Blue #348CDA
Tints of Curious Blue #348CDA
RGB
CMYK
RGB Variations
Color information
#348CDA (or 0x348CDA) is known color: Curious Blue. HEX triplet: 34, 8C and DA. RGB value is (52,140,218). Sum of RGB (Red+Green+Blue) = 52+140+218=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #348CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348CDA is #CB7325. Grayscale: #7A7A7A. Windows color (decimal): -13333286 or 14322740. OLE color: 14322740.
HSL color Cylindrical-coordinate representation of color #348CDA: hue angle of 208.19º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #348CDA is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 140 | 218 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.15 |
| HSL | 208.19º | 0.69% | 0.53% | - |
| HSV(B) | 208.19º | 0.76% | 0.85% | - |
| XYZ | 23.45 | 24.55 | 69.83 | - |
| YUV | 122.58 | 181.85 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 140 | 218 | 0.76 | 0.36 | 0 | 0.15 | 208.19 | 0.69 | 0.53 |
| Hex | 34 | 8C | DA | 4C | 24 | 0 | F | D0 | 45 | 35 |
| Octal | 64 | 214 | 332 | 114 | 44 | 0 | 17 | 320 | 105 | 65 |
| Binary | 110100 | 10001100 | 11011010 | 1001100 | 100100 | 0 | 1111 | 11010000 | 1000101 | 110101 |
Color Harmonies of #348CDA
Complementary color
Monochromatic Colors of #348CDA
Black with #348CDA
Text Example
Text Example
White with #348CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348CDA; }
p { color: rgb(52,140,218); }
H1.HeaderClassName
{
color: #348CDA;
}
.AnyTagClassName
{
color: #348CDA;
}
</style>
background-color css
<style>
a { background-color: #348CDA; }
a { background-color: rgb(52,140,218); }
div.DivClassName
{
background-color: #348CDA;
}
.BgClassName
{
background-color: #348CDA;
}
</style>
border-color css
<style>
span { border-color: #348CDA; }
span { border-color: rgb(52,140,218); }
td.TdClassName
{
border-color: #348CDA;
}
.TagClassName
{
border-color: #348CDA;
}
</style>