Shades of Curious Blue #3483BB
Tints of Curious Blue #3483BB
RGB
CMYK
RGB Variations
Color information
#3483BB (or 0x3483BB) is known color: Curious Blue. HEX triplet: 34, 83 and BB. RGB value is (52,131,187). Sum of RGB (Red+Green+Blue) = 52+131+187=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #3483BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3483BB is #CB7C44. Grayscale: #717171. Windows color (decimal): -13335621 or 12288820. OLE color: 12288820.
HSL color Cylindrical-coordinate representation of color #3483BB: hue angle of 204.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3483BB is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 131 | 187 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.27 |
| HSL | 204.89º | 0.56% | 0.47% | - |
| HSV(B) | 204.89º | 0.72% | 0.73% | - |
| XYZ | 18.5 | 20.55 | 50.01 | - |
| YUV | 113.76 | 169.33 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 131 | 187 | 0.72 | 0.30 | 0 | 0.27 | 204.89 | 0.56 | 0.47 |
| Hex | 34 | 83 | BB | 48 | 1E | 0 | 1B | CD | 38 | 2F |
| Octal | 64 | 203 | 273 | 110 | 36 | 0 | 33 | 315 | 70 | 57 |
| Binary | 110100 | 10000011 | 10111011 | 1001000 | 11110 | 0 | 11011 | 11001101 | 111000 | 101111 |
Color Harmonies of #3483BB
Complementary color
Monochromatic Colors of #3483BB
Black with #3483BB
Text Example
Text Example
White with #3483BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3483BB; }
p { color: rgb(52,131,187); }
H1.HeaderClassName
{
color: #3483BB;
}
.AnyTagClassName
{
color: #3483BB;
}
</style>
background-color css
<style>
a { background-color: #3483BB; }
a { background-color: rgb(52,131,187); }
div.DivClassName
{
background-color: #3483BB;
}
.BgClassName
{
background-color: #3483BB;
}
</style>
border-color css
<style>
span { border-color: #3483BB; }
span { border-color: rgb(52,131,187); }
td.TdClassName
{
border-color: #3483BB;
}
.TagClassName
{
border-color: #3483BB;
}
</style>