Shades of Curious Blue #358BCB
Tints of Curious Blue #358BCB
RGB
CMYK
RGB Variations
Color information
#358BCB (or 0x358BCB) is known color: Curious Blue. HEX triplet: 35, 8B and CB. RGB value is (53,139,203). Sum of RGB (Red+Green+Blue) = 53+139+203=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #358BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358BCB is #CA7434. Grayscale: #787878. Windows color (decimal): -13268021 or 13339445. OLE color: 13339445.
HSL color Cylindrical-coordinate representation of color #358BCB: hue angle of 205.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #358BCB is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 139 | 203 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.20 |
| HSL | 205.6º | 0.59% | 0.5% | - |
| HSV(B) | 205.6º | 0.74% | 0.8% | - |
| XYZ | 21.48 | 23.53 | 59.91 | - |
| YUV | 120.58 | 174.51 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 203 | 0.74 | 0.32 | 0 | 0.20 | 205.6 | 0.59 | 0.5 |
| Hex | 35 | 8B | CB | 4A | 20 | 0 | 14 | CE | 3B | 32 |
| Octal | 65 | 213 | 313 | 112 | 40 | 0 | 24 | 316 | 73 | 62 |
| Binary | 110101 | 10001011 | 11001011 | 1001010 | 100000 | 0 | 10100 | 11001110 | 111011 | 110010 |
Color Harmonies of #358BCB
Complementary color
Monochromatic Colors of #358BCB
Black with #358BCB
Text Example
Text Example
White with #358BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358BCB; }
p { color: rgb(53,139,203); }
H1.HeaderClassName
{
color: #358BCB;
}
.AnyTagClassName
{
color: #358BCB;
}
</style>
background-color css
<style>
a { background-color: #358BCB; }
a { background-color: rgb(53,139,203); }
div.DivClassName
{
background-color: #358BCB;
}
.BgClassName
{
background-color: #358BCB;
}
</style>
border-color css
<style>
span { border-color: #358BCB; }
span { border-color: rgb(53,139,203); }
td.TdClassName
{
border-color: #358BCB;
}
.TagClassName
{
border-color: #358BCB;
}
</style>