Shades of Curious Blue #358CCD
Tints of Curious Blue #358CCD
RGB
CMYK
RGB Variations
Color information
#358CCD (or 0x358CCD) is known color: Curious Blue. HEX triplet: 35, 8C and CD. RGB value is (53,140,205). Sum of RGB (Red+Green+Blue) = 53+140+205=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #358CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358CCD is #CA7332. Grayscale: #797979. Windows color (decimal): -13267763 or 13470773. OLE color: 13470773.
HSL color Cylindrical-coordinate representation of color #358CCD: hue angle of 205.66º 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 #358CCD is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 140 | 205 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.20 |
| HSL | 205.66º | 0.6% | 0.51% | - |
| HSV(B) | 205.66º | 0.74% | 0.8% | - |
| XYZ | 21.87 | 23.92 | 61.22 | - |
| YUV | 121.4 | 175.18 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 205 | 0.74 | 0.32 | 0 | 0.20 | 205.66 | 0.6 | 0.51 |
| Hex | 35 | 8C | CD | 4A | 20 | 0 | 14 | CE | 3C | 33 |
| Octal | 65 | 214 | 315 | 112 | 40 | 0 | 24 | 316 | 74 | 63 |
| Binary | 110101 | 10001100 | 11001101 | 1001010 | 100000 | 0 | 10100 | 11001110 | 111100 | 110011 |
Color Harmonies of #358CCD
Complementary color
Monochromatic Colors of #358CCD
Black with #358CCD
Text Example
Text Example
White with #358CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358CCD; }
p { color: rgb(53,140,205); }
H1.HeaderClassName
{
color: #358CCD;
}
.AnyTagClassName
{
color: #358CCD;
}
</style>
background-color css
<style>
a { background-color: #358CCD; }
a { background-color: rgb(53,140,205); }
div.DivClassName
{
background-color: #358CCD;
}
.BgClassName
{
background-color: #358CCD;
}
</style>
border-color css
<style>
span { border-color: #358CCD; }
span { border-color: rgb(53,140,205); }
td.TdClassName
{
border-color: #358CCD;
}
.TagClassName
{
border-color: #358CCD;
}
</style>