Shades of Curious Blue #348BCC
Tints of Curious Blue #348BCC
RGB
CMYK
RGB Variations
Color information
#348BCC (or 0x348BCC) is known color: Curious Blue. HEX triplet: 34, 8B and CC. RGB value is (52,139,204). Sum of RGB (Red+Green+Blue) = 52+139+204=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #348BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348BCC is #CB7433. Grayscale: #787878. Windows color (decimal): -13333556 or 13404980. OLE color: 13404980.
HSL color Cylindrical-coordinate representation of color #348BCC: hue angle of 205.66º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #348BCC is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 139 | 204 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.2 |
| HSL | 205.66º | 0.6% | 0.5% | - |
| HSV(B) | 205.66º | 0.75% | 0.8% | - |
| XYZ | 21.55 | 23.55 | 60.54 | - |
| YUV | 120.4 | 175.18 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 204 | 0.75 | 0.32 | 0 | 0.2 | 205.66 | 0.6 | 0.5 |
| Hex | 34 | 8B | CC | 4B | 20 | 0 | 14 | CE | 3C | 32 |
| Octal | 64 | 213 | 314 | 113 | 40 | 0 | 24 | 316 | 74 | 62 |
| Binary | 110100 | 10001011 | 11001100 | 1001011 | 100000 | 0 | 10100 | 11001110 | 111100 | 110010 |
Color Harmonies of #348BCC
Complementary color
Monochromatic Colors of #348BCC
Black with #348BCC
Text Example
Text Example
White with #348BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348BCC; }
p { color: rgb(52,139,204); }
H1.HeaderClassName
{
color: #348BCC;
}
.AnyTagClassName
{
color: #348BCC;
}
</style>
background-color css
<style>
a { background-color: #348BCC; }
a { background-color: rgb(52,139,204); }
div.DivClassName
{
background-color: #348BCC;
}
.BgClassName
{
background-color: #348BCC;
}
</style>
border-color css
<style>
span { border-color: #348BCC; }
span { border-color: rgb(52,139,204); }
td.TdClassName
{
border-color: #348BCC;
}
.TagClassName
{
border-color: #348BCC;
}
</style>