Shades of Curious Blue #348AB7
Tints of Curious Blue #348AB7
RGB
CMYK
RGB Variations
Color information
#348AB7 (or 0x348AB7) is known color: Curious Blue. HEX triplet: 34, 8A and B7. RGB value is (52,138,183). Sum of RGB (Red+Green+Blue) = 52+138+183=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 183 (71.88% from 255 or 49.06% from 373); Max value from RGB is 183 - color contains mainly: blue. Hex color #348AB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348AB7 is #CB7548. Grayscale: #757575. Windows color (decimal): -13333833 or 12028468. OLE color: 12028468.
HSL color Cylindrical-coordinate representation of color #348AB7: hue angle of 200.61º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #348AB7 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 138 | 183 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.28 |
| HSL | 200.61º | 0.56% | 0.46% | - |
| HSV(B) | 200.61º | 0.72% | 0.72% | - |
| XYZ | 19.05 | 22.33 | 48.1 | - |
| YUV | 117.42 | 165.01 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 183 | 0.72 | 0.25 | 0 | 0.28 | 200.61 | 0.56 | 0.46 |
| Hex | 34 | 8A | B7 | 48 | 19 | 0 | 1C | C9 | 38 | 2E |
| Octal | 64 | 212 | 267 | 110 | 31 | 0 | 34 | 311 | 70 | 56 |
| Binary | 110100 | 10001010 | 10110111 | 1001000 | 11001 | 0 | 11100 | 11001001 | 111000 | 101110 |
Color Harmonies of #348AB7
Complementary color
Monochromatic Colors of #348AB7
Black with #348AB7
Text Example
Text Example
White with #348AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348AB7; }
p { color: rgb(52,138,183); }
H1.HeaderClassName
{
color: #348AB7;
}
.AnyTagClassName
{
color: #348AB7;
}
</style>
background-color css
<style>
a { background-color: #348AB7; }
a { background-color: rgb(52,138,183); }
div.DivClassName
{
background-color: #348AB7;
}
.BgClassName
{
background-color: #348AB7;
}
</style>
border-color css
<style>
span { border-color: #348AB7; }
span { border-color: rgb(52,138,183); }
td.TdClassName
{
border-color: #348AB7;
}
.TagClassName
{
border-color: #348AB7;
}
</style>