Shades of Curious Blue #348AB3
Tints of Curious Blue #348AB3
RGB
CMYK
RGB Variations
Color information
#348AB3 (or 0x348AB3) is known color: Curious Blue. HEX triplet: 34, 8A and B3. RGB value is (52,138,179). Sum of RGB (Red+Green+Blue) = 52+138+179=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #348AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348AB3 is #CB754C. Grayscale: #747474. Windows color (decimal): -13333837 or 11766324. OLE color: 11766324.
HSL color Cylindrical-coordinate representation of color #348AB3: hue angle of 199.37º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #348AB3 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 138 | 179 | - |
| CMYK | 0.71 | 0.23 | 0 | 0.30 |
| HSL | 199.37º | 0.55% | 0.45% | - |
| HSV(B) | 199.37º | 0.71% | 0.7% | - |
| XYZ | 18.64 | 22.16 | 45.94 | - |
| YUV | 116.96 | 163.01 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 179 | 0.71 | 0.23 | 0 | 0.30 | 199.37 | 0.55 | 0.45 |
| Hex | 34 | 8A | B3 | 47 | 17 | 0 | 1E | C7 | 37 | 2D |
| Octal | 64 | 212 | 263 | 107 | 27 | 0 | 36 | 307 | 67 | 55 |
| Binary | 110100 | 10001010 | 10110011 | 1000111 | 10111 | 0 | 11110 | 11000111 | 110111 | 101101 |
Color Harmonies of #348AB3
Complementary color
Monochromatic Colors of #348AB3
Black with #348AB3
Text Example
Text Example
White with #348AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348AB3; }
p { color: rgb(52,138,179); }
H1.HeaderClassName
{
color: #348AB3;
}
.AnyTagClassName
{
color: #348AB3;
}
</style>
background-color css
<style>
a { background-color: #348AB3; }
a { background-color: rgb(52,138,179); }
div.DivClassName
{
background-color: #348AB3;
}
.BgClassName
{
background-color: #348AB3;
}
</style>
border-color css
<style>
span { border-color: #348AB3; }
span { border-color: rgb(52,138,179); }
td.TdClassName
{
border-color: #348AB3;
}
.TagClassName
{
border-color: #348AB3;
}
</style>