Shades of Cerulean Blue #355BBD
Tints of Cerulean Blue #355BBD
RGB
CMYK
RGB Variations
Color information
#355BBD (or 0x355BBD) is known color: Cerulean Blue. HEX triplet: 35, 5B and BD. RGB value is (53,91,189). Sum of RGB (Red+Green+Blue) = 53+91+189=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #355BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355BBD is #CAA442. Grayscale: #5A5A5A. Windows color (decimal): -13280323 or 12409653. OLE color: 12409653.
HSL color Cylindrical-coordinate representation of color #355BBD: hue angle of 223.24º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #355BBD is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 91 | 189 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.26 |
| HSL | 223.24º | 0.56% | 0.47% | - |
| HSV(B) | 223.24º | 0.72% | 0.74% | - |
| XYZ | 14.39 | 11.91 | 49.68 | - |
| YUV | 90.81 | 183.41 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 189 | 0.72 | 0.52 | 0 | 0.26 | 223.24 | 0.56 | 0.47 |
| Hex | 35 | 5B | BD | 48 | 34 | 0 | 1A | DF | 38 | 2F |
| Octal | 65 | 133 | 275 | 110 | 64 | 0 | 32 | 337 | 70 | 57 |
| Binary | 110101 | 1011011 | 10111101 | 1001000 | 110100 | 0 | 11010 | 11011111 | 111000 | 101111 |
Color Harmonies of #355BBD
Complementary color
Monochromatic Colors of #355BBD
Black with #355BBD
Text Example
Text Example
White with #355BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355BBD; }
p { color: rgb(53,91,189); }
H1.HeaderClassName
{
color: #355BBD;
}
.AnyTagClassName
{
color: #355BBD;
}
</style>
background-color css
<style>
a { background-color: #355BBD; }
a { background-color: rgb(53,91,189); }
div.DivClassName
{
background-color: #355BBD;
}
.BgClassName
{
background-color: #355BBD;
}
</style>
border-color css
<style>
span { border-color: #355BBD; }
span { border-color: rgb(53,91,189); }
td.TdClassName
{
border-color: #355BBD;
}
.TagClassName
{
border-color: #355BBD;
}
</style>