Shades of Curious Blue #348AB1
Tints of Curious Blue #348AB1
RGB
CMYK
RGB Variations
Color information
#348AB1 (or 0x348AB1) is known color: Curious Blue. HEX triplet: 34, 8A and B1. RGB value is (52,138,177). Sum of RGB (Red+Green+Blue) = 52+138+177=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 177 - color contains mainly: blue. Hex color #348AB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348AB1 is #CB754E. Grayscale: #747474. Windows color (decimal): -13333839 or 11635252. OLE color: 11635252.
HSL color Cylindrical-coordinate representation of color #348AB1: hue angle of 198.72º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #348AB1 is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 138 | 177 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.31 |
| HSL | 198.72º | 0.55% | 0.45% | - |
| HSV(B) | 198.72º | 0.71% | 0.69% | - |
| XYZ | 18.44 | 22.08 | 44.89 | - |
| YUV | 116.73 | 162.01 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 177 | 0.71 | 0.22 | 0 | 0.31 | 198.72 | 0.55 | 0.45 |
| Hex | 34 | 8A | B1 | 47 | 16 | 0 | 1F | C7 | 37 | 2D |
| Octal | 64 | 212 | 261 | 107 | 26 | 0 | 37 | 307 | 67 | 55 |
| Binary | 110100 | 10001010 | 10110001 | 1000111 | 10110 | 0 | 11111 | 11000111 | 110111 | 101101 |
Color Harmonies of #348AB1
Complementary color
Monochromatic Colors of #348AB1
Black with #348AB1
Text Example
Text Example
White with #348AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348AB1; }
p { color: rgb(52,138,177); }
H1.HeaderClassName
{
color: #348AB1;
}
.AnyTagClassName
{
color: #348AB1;
}
</style>
background-color css
<style>
a { background-color: #348AB1; }
a { background-color: rgb(52,138,177); }
div.DivClassName
{
background-color: #348AB1;
}
.BgClassName
{
background-color: #348AB1;
}
</style>
border-color css
<style>
span { border-color: #348AB1; }
span { border-color: rgb(52,138,177); }
td.TdClassName
{
border-color: #348AB1;
}
.TagClassName
{
border-color: #348AB1;
}
</style>