Shades of Cerulean Blue #355AB4
Tints of Cerulean Blue #355AB4
RGB
CMYK
RGB Variations
Color information
#355AB4 (or 0x355AB4) is known color: Cerulean Blue. HEX triplet: 35, 5A and B4. RGB value is (53,90,180). Sum of RGB (Red+Green+Blue) = 53+90+180=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 180 (70.70% from 255 or 55.73% from 323); Max value from RGB is 180 - color contains mainly: blue. Hex color #355AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355AB4 is #CAA54B. Grayscale: #585858. Windows color (decimal): -13280588 or 11819573. OLE color: 11819573.
HSL color Cylindrical-coordinate representation of color #355AB4: hue angle of 222.52º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #355AB4 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 90 | 180 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.29 |
| HSL | 222.52º | 0.55% | 0.46% | - |
| HSV(B) | 222.52º | 0.71% | 0.71% | - |
| XYZ | 13.36 | 11.36 | 44.67 | - |
| YUV | 89.2 | 179.24 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 180 | 0.71 | 0.50 | 0 | 0.29 | 222.52 | 0.55 | 0.46 |
| Hex | 35 | 5A | B4 | 47 | 32 | 0 | 1D | DF | 37 | 2E |
| Octal | 65 | 132 | 264 | 107 | 62 | 0 | 35 | 337 | 67 | 56 |
| Binary | 110101 | 1011010 | 10110100 | 1000111 | 110010 | 0 | 11101 | 11011111 | 110111 | 101110 |
Color Harmonies of #355AB4
Complementary color
Monochromatic Colors of #355AB4
Black with #355AB4
Text Example
Text Example
White with #355AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355AB4; }
p { color: rgb(53,90,180); }
H1.HeaderClassName
{
color: #355AB4;
}
.AnyTagClassName
{
color: #355AB4;
}
</style>
background-color css
<style>
a { background-color: #355AB4; }
a { background-color: rgb(53,90,180); }
div.DivClassName
{
background-color: #355AB4;
}
.BgClassName
{
background-color: #355AB4;
}
</style>
border-color css
<style>
span { border-color: #355AB4; }
span { border-color: rgb(53,90,180); }
td.TdClassName
{
border-color: #355AB4;
}
.TagClassName
{
border-color: #355AB4;
}
</style>