Shades of Curious Blue #3A83CD
Tints of Curious Blue #3A83CD
RGB
CMYK
RGB Variations
Color information
#3A83CD (or 0x3A83CD) is known color: Curious Blue. HEX triplet: 3A, 83 and CD. RGB value is (58,131,205). Sum of RGB (Red+Green+Blue) = 58+131+205=394 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.72% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A83CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A83CD is #C57C32. Grayscale: #757575. Windows color (decimal): -12942387 or 13468474. OLE color: 13468474.
HSL color Cylindrical-coordinate representation of color #3A83CD: hue angle of 210.2º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A83CD is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 131 | 205 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.20 |
| HSL | 210.2º | 0.6% | 0.52% | - |
| HSV(B) | 210.2º | 0.72% | 0.8% | - |
| XYZ | 20.88 | 21.54 | 60.81 | - |
| YUV | 117.61 | 177.32 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 131 | 205 | 0.72 | 0.36 | 0 | 0.20 | 210.2 | 0.6 | 0.52 |
| Hex | 3A | 83 | CD | 48 | 24 | 0 | 14 | D2 | 3C | 34 |
| Octal | 72 | 203 | 315 | 110 | 44 | 0 | 24 | 322 | 74 | 64 |
| Binary | 111010 | 10000011 | 11001101 | 1001000 | 100100 | 0 | 10100 | 11010010 | 111100 | 110100 |
Color Harmonies of #3A83CD
Complementary color
Monochromatic Colors of #3A83CD
Black with #3A83CD
Text Example
Text Example
White with #3A83CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A83CD; }
p { color: rgb(58,131,205); }
H1.HeaderClassName
{
color: #3A83CD;
}
.AnyTagClassName
{
color: #3A83CD;
}
</style>
background-color css
<style>
a { background-color: #3A83CD; }
a { background-color: rgb(58,131,205); }
div.DivClassName
{
background-color: #3A83CD;
}
.BgClassName
{
background-color: #3A83CD;
}
</style>
border-color css
<style>
span { border-color: #3A83CD; }
span { border-color: rgb(58,131,205); }
td.TdClassName
{
border-color: #3A83CD;
}
.TagClassName
{
border-color: #3A83CD;
}
</style>