Shades of Curious Blue #348FCB
Tints of Curious Blue #348FCB
RGB
CMYK
RGB Variations
Color information
#348FCB (or 0x348FCB) is known color: Curious Blue. HEX triplet: 34, 8F and CB. RGB value is (52,143,203). Sum of RGB (Red+Green+Blue) = 52+143+203=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #348FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348FCB is #CB7034. Grayscale: #7A7A7A. Windows color (decimal): -13332533 or 13340468. OLE color: 13340468.
HSL color Cylindrical-coordinate representation of color #348FCB: hue angle of 203.84º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #348FCB is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 143 | 203 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.20 |
| HSL | 203.84º | 0.59% | 0.5% | - |
| HSV(B) | 203.84º | 0.74% | 0.8% | - |
| XYZ | 22.02 | 24.69 | 60.1 | - |
| YUV | 122.63 | 173.35 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 203 | 0.74 | 0.30 | 0 | 0.20 | 203.84 | 0.59 | 0.5 |
| Hex | 34 | 8F | CB | 4A | 1E | 0 | 14 | CC | 3B | 32 |
| Octal | 64 | 217 | 313 | 112 | 36 | 0 | 24 | 314 | 73 | 62 |
| Binary | 110100 | 10001111 | 11001011 | 1001010 | 11110 | 0 | 10100 | 11001100 | 111011 | 110010 |
Color Harmonies of #348FCB
Complementary color
Monochromatic Colors of #348FCB
Black with #348FCB
Text Example
Text Example
White with #348FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348FCB; }
p { color: rgb(52,143,203); }
H1.HeaderClassName
{
color: #348FCB;
}
.AnyTagClassName
{
color: #348FCB;
}
</style>
background-color css
<style>
a { background-color: #348FCB; }
a { background-color: rgb(52,143,203); }
div.DivClassName
{
background-color: #348FCB;
}
.BgClassName
{
background-color: #348FCB;
}
</style>
border-color css
<style>
span { border-color: #348FCB; }
span { border-color: rgb(52,143,203); }
td.TdClassName
{
border-color: #348FCB;
}
.TagClassName
{
border-color: #348FCB;
}
</style>