Shades of Curious Blue #3488B1
Tints of Curious Blue #3488B1
RGB
CMYK
RGB Variations
Color information
#3488B1 (or 0x3488B1) is known color: Curious Blue. HEX triplet: 34, 88 and B1. RGB value is (52,136,177). Sum of RGB (Red+Green+Blue) = 52+136+177=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 177 (69.53% from 255 or 48.49% from 365); Max value from RGB is 177 - color contains mainly: blue. Hex color #3488B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3488B1 is #CB774E. Grayscale: #737373. Windows color (decimal): -13334351 or 11634740. OLE color: 11634740.
HSL color Cylindrical-coordinate representation of color #3488B1: hue angle of 199.68º 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 #3488B1 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 136 | 177 | - |
| CMYK | 0.71 | 0.23 | 0 | 0.31 |
| HSL | 199.68º | 0.55% | 0.45% | - |
| HSV(B) | 199.68º | 0.71% | 0.69% | - |
| XYZ | 18.16 | 21.51 | 44.79 | - |
| YUV | 115.56 | 162.67 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 177 | 0.71 | 0.23 | 0 | 0.31 | 199.68 | 0.55 | 0.45 |
| Hex | 34 | 88 | B1 | 47 | 17 | 0 | 1F | C8 | 37 | 2D |
| Octal | 64 | 210 | 261 | 107 | 27 | 0 | 37 | 310 | 67 | 55 |
| Binary | 110100 | 10001000 | 10110001 | 1000111 | 10111 | 0 | 11111 | 11001000 | 110111 | 101101 |
Color Harmonies of #3488B1
Complementary color
Monochromatic Colors of #3488B1
Black with #3488B1
Text Example
Text Example
White with #3488B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3488B1; }
p { color: rgb(52,136,177); }
H1.HeaderClassName
{
color: #3488B1;
}
.AnyTagClassName
{
color: #3488B1;
}
</style>
background-color css
<style>
a { background-color: #3488B1; }
a { background-color: rgb(52,136,177); }
div.DivClassName
{
background-color: #3488B1;
}
.BgClassName
{
background-color: #3488B1;
}
</style>
border-color css
<style>
span { border-color: #3488B1; }
span { border-color: rgb(52,136,177); }
td.TdClassName
{
border-color: #3488B1;
}
.TagClassName
{
border-color: #3488B1;
}
</style>