Shades of Curious Blue #3483CE
Tints of Curious Blue #3483CE
RGB
CMYK
RGB Variations
Color information
#3483CE (or 0x3483CE) is known color: Curious Blue. HEX triplet: 34, 83 and CE. RGB value is (52,131,206). Sum of RGB (Red+Green+Blue) = 52+131+206=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #3483CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3483CE is #CB7C31. Grayscale: #737373. Windows color (decimal): -13335602 or 13534004. OLE color: 13534004.
HSL color Cylindrical-coordinate representation of color #3483CE: hue angle of 209.22º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3483CE is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 131 | 206 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.19 |
| HSL | 209.22º | 0.61% | 0.51% | - |
| HSV(B) | 209.22º | 0.75% | 0.81% | - |
| XYZ | 20.67 | 21.42 | 61.44 | - |
| YUV | 115.93 | 178.83 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 131 | 206 | 0.75 | 0.36 | 0 | 0.19 | 209.22 | 0.61 | 0.51 |
| Hex | 34 | 83 | CE | 4B | 24 | 0 | 13 | D1 | 3D | 33 |
| Octal | 64 | 203 | 316 | 113 | 44 | 0 | 23 | 321 | 75 | 63 |
| Binary | 110100 | 10000011 | 11001110 | 1001011 | 100100 | 0 | 10011 | 11010001 | 111101 | 110011 |
Color Harmonies of #3483CE
Complementary color
Monochromatic Colors of #3483CE
Black with #3483CE
Text Example
Text Example
White with #3483CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3483CE; }
p { color: rgb(52,131,206); }
H1.HeaderClassName
{
color: #3483CE;
}
.AnyTagClassName
{
color: #3483CE;
}
</style>
background-color css
<style>
a { background-color: #3483CE; }
a { background-color: rgb(52,131,206); }
div.DivClassName
{
background-color: #3483CE;
}
.BgClassName
{
background-color: #3483CE;
}
</style>
border-color css
<style>
span { border-color: #3483CE; }
span { border-color: rgb(52,131,206); }
td.TdClassName
{
border-color: #3483CE;
}
.TagClassName
{
border-color: #3483CE;
}
</style>