Shades of Curious Blue #348ABE
Tints of Curious Blue #348ABE
RGB
CMYK
RGB Variations
Color information
#348ABE (or 0x348ABE) is known color: Curious Blue. HEX triplet: 34, 8A and BE. RGB value is (52,138,190). Sum of RGB (Red+Green+Blue) = 52+138+190=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #348ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348ABE is #CB7541. Grayscale: #757575. Windows color (decimal): -13333826 or 12487220. OLE color: 12487220.
HSL color Cylindrical-coordinate representation of color #348ABE: hue angle of 202.61º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #348ABE is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 138 | 190 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.25 |
| HSL | 202.61º | 0.57% | 0.47% | - |
| HSV(B) | 202.61º | 0.73% | 0.75% | - |
| XYZ | 19.8 | 22.62 | 52.04 | - |
| YUV | 118.21 | 168.51 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 190 | 0.73 | 0.27 | 0 | 0.25 | 202.61 | 0.57 | 0.47 |
| Hex | 34 | 8A | BE | 49 | 1B | 0 | 19 | CB | 39 | 2F |
| Octal | 64 | 212 | 276 | 111 | 33 | 0 | 31 | 313 | 71 | 57 |
| Binary | 110100 | 10001010 | 10111110 | 1001001 | 11011 | 0 | 11001 | 11001011 | 111001 | 101111 |
Color Harmonies of #348ABE
Complementary color
Monochromatic Colors of #348ABE
Black with #348ABE
Text Example
Text Example
White with #348ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348ABE; }
p { color: rgb(52,138,190); }
H1.HeaderClassName
{
color: #348ABE;
}
.AnyTagClassName
{
color: #348ABE;
}
</style>
background-color css
<style>
a { background-color: #348ABE; }
a { background-color: rgb(52,138,190); }
div.DivClassName
{
background-color: #348ABE;
}
.BgClassName
{
background-color: #348ABE;
}
</style>
border-color css
<style>
span { border-color: #348ABE; }
span { border-color: rgb(52,138,190); }
td.TdClassName
{
border-color: #348ABE;
}
.TagClassName
{
border-color: #348ABE;
}
</style>