Shades of Curious Blue #348AC2
Tints of Curious Blue #348AC2
RGB
CMYK
RGB Variations
Color information
#348AC2 (or 0x348AC2) is known color: Curious Blue. HEX triplet: 34, 8A and C2. RGB value is (52,138,194). Sum of RGB (Red+Green+Blue) = 52+138+194=384 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.54% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 194 (76.17% from 255 or 50.52% from 384); Max value from RGB is 194 - color contains mainly: blue. Hex color #348AC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348AC2 is #CB753D. Grayscale: #767676. Windows color (decimal): -13333822 or 12749364. OLE color: 12749364.
HSL color Cylindrical-coordinate representation of color #348AC2: hue angle of 203.66º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #348AC2 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 138 | 194 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.24 |
| HSL | 203.66º | 0.58% | 0.48% | - |
| HSV(B) | 203.66º | 0.73% | 0.76% | - |
| XYZ | 20.24 | 22.8 | 54.37 | - |
| YUV | 118.67 | 170.51 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 194 | 0.73 | 0.29 | 0 | 0.24 | 203.66 | 0.58 | 0.48 |
| Hex | 34 | 8A | C2 | 49 | 1D | 0 | 18 | CC | 3A | 30 |
| Octal | 64 | 212 | 302 | 111 | 35 | 0 | 30 | 314 | 72 | 60 |
| Binary | 110100 | 10001010 | 11000010 | 1001001 | 11101 | 0 | 11000 | 11001100 | 111010 | 110000 |
Color Harmonies of #348AC2
Complementary color
Monochromatic Colors of #348AC2
Black with #348AC2
Text Example
Text Example
White with #348AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348AC2; }
p { color: rgb(52,138,194); }
H1.HeaderClassName
{
color: #348AC2;
}
.AnyTagClassName
{
color: #348AC2;
}
</style>
background-color css
<style>
a { background-color: #348AC2; }
a { background-color: rgb(52,138,194); }
div.DivClassName
{
background-color: #348AC2;
}
.BgClassName
{
background-color: #348AC2;
}
</style>
border-color css
<style>
span { border-color: #348AC2; }
span { border-color: rgb(52,138,194); }
td.TdClassName
{
border-color: #348AC2;
}
.TagClassName
{
border-color: #348AC2;
}
</style>