Shades of Cerulean Blue #345BBA
Tints of Cerulean Blue #345BBA
RGB
CMYK
RGB Variations
Color information
#345BBA (or 0x345BBA) is known color: Cerulean Blue. HEX triplet: 34, 5B and BA. RGB value is (52,91,186). Sum of RGB (Red+Green+Blue) = 52+91+186=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #345BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345BBA is #CBA445. Grayscale: #595959. Windows color (decimal): -13345862 or 12213044. OLE color: 12213044.
HSL color Cylindrical-coordinate representation of color #345BBA: hue angle of 222.54º 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 #345BBA is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 91 | 186 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.27 |
| HSL | 222.54º | 0.56% | 0.47% | - |
| HSV(B) | 222.54º | 0.72% | 0.73% | - |
| XYZ | 14.02 | 11.76 | 47.98 | - |
| YUV | 90.17 | 182.08 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 186 | 0.72 | 0.51 | 0 | 0.27 | 222.54 | 0.56 | 0.47 |
| Hex | 34 | 5B | BA | 48 | 33 | 0 | 1B | DF | 38 | 2F |
| Octal | 64 | 133 | 272 | 110 | 63 | 0 | 33 | 337 | 70 | 57 |
| Binary | 110100 | 1011011 | 10111010 | 1001000 | 110011 | 0 | 11011 | 11011111 | 111000 | 101111 |
Color Harmonies of #345BBA
Complementary color
Monochromatic Colors of #345BBA
Black with #345BBA
Text Example
Text Example
White with #345BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BBA; }
p { color: rgb(52,91,186); }
H1.HeaderClassName
{
color: #345BBA;
}
.AnyTagClassName
{
color: #345BBA;
}
</style>
background-color css
<style>
a { background-color: #345BBA; }
a { background-color: rgb(52,91,186); }
div.DivClassName
{
background-color: #345BBA;
}
.BgClassName
{
background-color: #345BBA;
}
</style>
border-color css
<style>
span { border-color: #345BBA; }
span { border-color: rgb(52,91,186); }
td.TdClassName
{
border-color: #345BBA;
}
.TagClassName
{
border-color: #345BBA;
}
</style>