Shades of Curious Blue #348AB8
Tints of Curious Blue #348AB8
RGB
CMYK
RGB Variations
Color information
#348AB8 (or 0x348AB8) is known color: Curious Blue. HEX triplet: 34, 8A and B8. RGB value is (52,138,184). Sum of RGB (Red+Green+Blue) = 52+138+184=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #348AB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348AB8 is #CB7547. Grayscale: #757575. Windows color (decimal): -13333832 or 12094004. OLE color: 12094004.
HSL color Cylindrical-coordinate representation of color #348AB8: hue angle of 200.91º 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 #348AB8 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 138 | 184 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.28 |
| HSL | 200.91º | 0.56% | 0.46% | - |
| HSV(B) | 200.91º | 0.72% | 0.72% | - |
| XYZ | 19.16 | 22.37 | 48.66 | - |
| YUV | 117.53 | 165.51 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 184 | 0.72 | 0.25 | 0 | 0.28 | 200.91 | 0.56 | 0.46 |
| Hex | 34 | 8A | B8 | 48 | 19 | 0 | 1C | C9 | 38 | 2E |
| Octal | 64 | 212 | 270 | 110 | 31 | 0 | 34 | 311 | 70 | 56 |
| Binary | 110100 | 10001010 | 10111000 | 1001000 | 11001 | 0 | 11100 | 11001001 | 111000 | 101110 |
Color Harmonies of #348AB8
Complementary color
Monochromatic Colors of #348AB8
Black with #348AB8
Text Example
Text Example
White with #348AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348AB8; }
p { color: rgb(52,138,184); }
H1.HeaderClassName
{
color: #348AB8;
}
.AnyTagClassName
{
color: #348AB8;
}
</style>
background-color css
<style>
a { background-color: #348AB8; }
a { background-color: rgb(52,138,184); }
div.DivClassName
{
background-color: #348AB8;
}
.BgClassName
{
background-color: #348AB8;
}
</style>
border-color css
<style>
span { border-color: #348AB8; }
span { border-color: rgb(52,138,184); }
td.TdClassName
{
border-color: #348AB8;
}
.TagClassName
{
border-color: #348AB8;
}
</style>