Shades of Curious Blue #358ACD
Tints of Curious Blue #358ACD
RGB
CMYK
RGB Variations
Color information
#358ACD (or 0x358ACD) is known color: Curious Blue. HEX triplet: 35, 8A and CD. RGB value is (53,138,205). Sum of RGB (Red+Green+Blue) = 53+138+205=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #358ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358ACD is #CA7532. Grayscale: #777777. Windows color (decimal): -13268275 or 13470261. OLE color: 13470261.
HSL color Cylindrical-coordinate representation of color #358ACD: hue angle of 206.45º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #358ACD is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 138 | 205 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.20 |
| HSL | 206.45º | 0.6% | 0.51% | - |
| HSV(B) | 206.45º | 0.74% | 0.8% | - |
| XYZ | 21.58 | 23.34 | 61.13 | - |
| YUV | 120.22 | 175.84 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 205 | 0.74 | 0.33 | 0 | 0.20 | 206.45 | 0.6 | 0.51 |
| Hex | 35 | 8A | CD | 4A | 21 | 0 | 14 | CE | 3C | 33 |
| Octal | 65 | 212 | 315 | 112 | 41 | 0 | 24 | 316 | 74 | 63 |
| Binary | 110101 | 10001010 | 11001101 | 1001010 | 100001 | 0 | 10100 | 11001110 | 111100 | 110011 |
Color Harmonies of #358ACD
Complementary color
Monochromatic Colors of #358ACD
Black with #358ACD
Text Example
Text Example
White with #358ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358ACD; }
p { color: rgb(53,138,205); }
H1.HeaderClassName
{
color: #358ACD;
}
.AnyTagClassName
{
color: #358ACD;
}
</style>
background-color css
<style>
a { background-color: #358ACD; }
a { background-color: rgb(53,138,205); }
div.DivClassName
{
background-color: #358ACD;
}
.BgClassName
{
background-color: #358ACD;
}
</style>
border-color css
<style>
span { border-color: #358ACD; }
span { border-color: rgb(53,138,205); }
td.TdClassName
{
border-color: #358ACD;
}
.TagClassName
{
border-color: #358ACD;
}
</style>