Shades of Curious Blue #3683CB
Tints of Curious Blue #3683CB
RGB
CMYK
RGB Variations
Color information
#3683CB (or 0x3683CB) is known color: Curious Blue. HEX triplet: 36, 83 and CB. RGB value is (54,131,203). Sum of RGB (Red+Green+Blue) = 54+131+203=388 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.92% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #3683CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3683CB is #C97C34. Grayscale: #737373. Windows color (decimal): -13204533 or 13337398. OLE color: 13337398.
HSL color Cylindrical-coordinate representation of color #3683CB: hue angle of 208.99º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3683CB is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 131 | 203 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.20 |
| HSL | 208.99º | 0.59% | 0.5% | - |
| HSV(B) | 208.99º | 0.73% | 0.8% | - |
| XYZ | 20.42 | 21.33 | 59.54 | - |
| YUV | 116.19 | 176.99 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 131 | 203 | 0.73 | 0.35 | 0 | 0.20 | 208.99 | 0.59 | 0.5 |
| Hex | 36 | 83 | CB | 49 | 23 | 0 | 14 | D1 | 3B | 32 |
| Octal | 66 | 203 | 313 | 111 | 43 | 0 | 24 | 321 | 73 | 62 |
| Binary | 110110 | 10000011 | 11001011 | 1001001 | 100011 | 0 | 10100 | 11010001 | 111011 | 110010 |
Color Harmonies of #3683CB
Complementary color
Monochromatic Colors of #3683CB
Black with #3683CB
Text Example
Text Example
White with #3683CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3683CB; }
p { color: rgb(54,131,203); }
H1.HeaderClassName
{
color: #3683CB;
}
.AnyTagClassName
{
color: #3683CB;
}
</style>
background-color css
<style>
a { background-color: #3683CB; }
a { background-color: rgb(54,131,203); }
div.DivClassName
{
background-color: #3683CB;
}
.BgClassName
{
background-color: #3683CB;
}
</style>
border-color css
<style>
span { border-color: #3683CB; }
span { border-color: rgb(54,131,203); }
td.TdClassName
{
border-color: #3683CB;
}
.TagClassName
{
border-color: #3683CB;
}
</style>