Shades of Cerulean Blue #3460B3
Tints of Cerulean Blue #3460B3
RGB
CMYK
RGB Variations
Color information
#3460B3 (or 0x3460B3) is known color: Cerulean Blue. HEX triplet: 34, 60 and B3. RGB value is (52,96,179). Sum of RGB (Red+Green+Blue) = 52+96+179=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 179 (70.31% from 255 or 54.74% from 327); Max value from RGB is 179 - color contains mainly: blue. Hex color #3460B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3460B3 is #CB9F4C. Grayscale: #5B5B5B. Windows color (decimal): -13344589 or 11755572. OLE color: 11755572.
HSL color Cylindrical-coordinate representation of color #3460B3: hue angle of 219.21º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3460B3 is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 96 | 179 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.30 |
| HSL | 219.21º | 0.55% | 0.45% | - |
| HSV(B) | 219.21º | 0.71% | 0.7% | - |
| XYZ | 13.74 | 12.35 | 44.31 | - |
| YUV | 92.31 | 176.92 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 96 | 179 | 0.71 | 0.46 | 0 | 0.30 | 219.21 | 0.55 | 0.45 |
| Hex | 34 | 60 | B3 | 47 | 2E | 0 | 1E | DB | 37 | 2D |
| Octal | 64 | 140 | 263 | 107 | 56 | 0 | 36 | 333 | 67 | 55 |
| Binary | 110100 | 1100000 | 10110011 | 1000111 | 101110 | 0 | 11110 | 11011011 | 110111 | 101101 |
Color Harmonies of #3460B3
Complementary color
Monochromatic Colors of #3460B3
Black with #3460B3
Text Example
Text Example
White with #3460B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3460B3; }
p { color: rgb(52,96,179); }
H1.HeaderClassName
{
color: #3460B3;
}
.AnyTagClassName
{
color: #3460B3;
}
</style>
background-color css
<style>
a { background-color: #3460B3; }
a { background-color: rgb(52,96,179); }
div.DivClassName
{
background-color: #3460B3;
}
.BgClassName
{
background-color: #3460B3;
}
</style>
border-color css
<style>
span { border-color: #3460B3; }
span { border-color: rgb(52,96,179); }
td.TdClassName
{
border-color: #3460B3;
}
.TagClassName
{
border-color: #3460B3;
}
</style>