Shades of Curious Blue #356FBB
Tints of Curious Blue #356FBB
RGB
CMYK
RGB Variations
Color information
#356FBB (or 0x356FBB) is known color: Curious Blue. HEX triplet: 35, 6F and BB. RGB value is (53,111,187). Sum of RGB (Red+Green+Blue) = 53+111+187=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #356FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356FBB is #CA9044. Grayscale: #656565. Windows color (decimal): -13275205 or 12283701. OLE color: 12283701.
HSL color Cylindrical-coordinate representation of color #356FBB: hue angle of 214.03º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #356FBB is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 111 | 187 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.27 |
| HSL | 214.03º | 0.56% | 0.47% | - |
| HSV(B) | 214.03º | 0.72% | 0.73% | - |
| XYZ | 16.12 | 15.71 | 49.2 | - |
| YUV | 102.32 | 175.78 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 187 | 0.72 | 0.41 | 0 | 0.27 | 214.03 | 0.56 | 0.47 |
| Hex | 35 | 6F | BB | 48 | 29 | 0 | 1B | D6 | 38 | 2F |
| Octal | 65 | 157 | 273 | 110 | 51 | 0 | 33 | 326 | 70 | 57 |
| Binary | 110101 | 1101111 | 10111011 | 1001000 | 101001 | 0 | 11011 | 11010110 | 111000 | 101111 |
Color Harmonies of #356FBB
Complementary color
Monochromatic Colors of #356FBB
Black with #356FBB
Text Example
Text Example
White with #356FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356FBB; }
p { color: rgb(53,111,187); }
H1.HeaderClassName
{
color: #356FBB;
}
.AnyTagClassName
{
color: #356FBB;
}
</style>
background-color css
<style>
a { background-color: #356FBB; }
a { background-color: rgb(53,111,187); }
div.DivClassName
{
background-color: #356FBB;
}
.BgClassName
{
background-color: #356FBB;
}
</style>
border-color css
<style>
span { border-color: #356FBB; }
span { border-color: rgb(53,111,187); }
td.TdClassName
{
border-color: #356FBB;
}
.TagClassName
{
border-color: #356FBB;
}
</style>