Shades of Curious Blue #348CCF
Tints of Curious Blue #348CCF
RGB
CMYK
RGB Variations
Color information
#348CCF (or 0x348CCF) is known color: Curious Blue. HEX triplet: 34, 8C and CF. RGB value is (52,140,207). Sum of RGB (Red+Green+Blue) = 52+140+207=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #348CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348CCF is #CB7330. Grayscale: #787878. Windows color (decimal): -13333297 or 13601844. OLE color: 13601844.
HSL color Cylindrical-coordinate representation of color #348CCF: hue angle of 205.94º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #348CCF is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 140 | 207 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.19 |
| HSL | 205.94º | 0.62% | 0.51% | - |
| HSV(B) | 205.94º | 0.75% | 0.81% | - |
| XYZ | 22.06 | 23.99 | 62.5 | - |
| YUV | 121.33 | 176.35 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 140 | 207 | 0.75 | 0.32 | 0 | 0.19 | 205.94 | 0.62 | 0.51 |
| Hex | 34 | 8C | CF | 4B | 20 | 0 | 13 | CE | 3E | 33 |
| Octal | 64 | 214 | 317 | 113 | 40 | 0 | 23 | 316 | 76 | 63 |
| Binary | 110100 | 10001100 | 11001111 | 1001011 | 100000 | 0 | 10011 | 11001110 | 111110 | 110011 |
Color Harmonies of #348CCF
Complementary color
Monochromatic Colors of #348CCF
Black with #348CCF
Text Example
Text Example
White with #348CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348CCF; }
p { color: rgb(52,140,207); }
H1.HeaderClassName
{
color: #348CCF;
}
.AnyTagClassName
{
color: #348CCF;
}
</style>
background-color css
<style>
a { background-color: #348CCF; }
a { background-color: rgb(52,140,207); }
div.DivClassName
{
background-color: #348CCF;
}
.BgClassName
{
background-color: #348CCF;
}
</style>
border-color css
<style>
span { border-color: #348CCF; }
span { border-color: rgb(52,140,207); }
td.TdClassName
{
border-color: #348CCF;
}
.TagClassName
{
border-color: #348CCF;
}
</style>