Shades of Curious Blue #358FCB
Tints of Curious Blue #358FCB
RGB
CMYK
RGB Variations
Color information
#358FCB (or 0x358FCB) is known color: Curious Blue. HEX triplet: 35, 8F and CB. RGB value is (53,143,203). Sum of RGB (Red+Green+Blue) = 53+143+203=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #358FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358FCB is #CA7034. Grayscale: #7A7A7A. Windows color (decimal): -13266997 or 13340469. OLE color: 13340469.
HSL color Cylindrical-coordinate representation of color #358FCB: hue angle of 204º 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 #358FCB is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 143 | 203 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.20 |
| HSL | 204º | 0.59% | 0.5% | - |
| HSV(B) | 204º | 0.74% | 0.8% | - |
| XYZ | 22.07 | 24.71 | 60.11 | - |
| YUV | 122.93 | 173.18 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 203 | 0.74 | 0.30 | 0 | 0.20 | 204 | 0.59 | 0.5 |
| Hex | 35 | 8F | CB | 4A | 1E | 0 | 14 | CC | 3B | 32 |
| Octal | 65 | 217 | 313 | 112 | 36 | 0 | 24 | 314 | 73 | 62 |
| Binary | 110101 | 10001111 | 11001011 | 1001010 | 11110 | 0 | 10100 | 11001100 | 111011 | 110010 |
Color Harmonies of #358FCB
Complementary color
Monochromatic Colors of #358FCB
Black with #358FCB
Text Example
Text Example
White with #358FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358FCB; }
p { color: rgb(53,143,203); }
H1.HeaderClassName
{
color: #358FCB;
}
.AnyTagClassName
{
color: #358FCB;
}
</style>
background-color css
<style>
a { background-color: #358FCB; }
a { background-color: rgb(53,143,203); }
div.DivClassName
{
background-color: #358FCB;
}
.BgClassName
{
background-color: #358FCB;
}
</style>
border-color css
<style>
span { border-color: #358FCB; }
span { border-color: rgb(53,143,203); }
td.TdClassName
{
border-color: #358FCB;
}
.TagClassName
{
border-color: #358FCB;
}
</style>