Shades of Cerulean Blue #3465B8
Tints of Cerulean Blue #3465B8
RGB
CMYK
RGB Variations
Color information
#3465B8 (or 0x3465B8) is known color: Cerulean Blue. HEX triplet: 34, 65 and B8. RGB value is (52,101,184). Sum of RGB (Red+Green+Blue) = 52+101+184=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 184 (72.27% from 255 or 54.60% from 337); Max value from RGB is 184 - color contains mainly: blue. Hex color #3465B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3465B8 is #CB9A47. Grayscale: #5F5F5F. Windows color (decimal): -13343304 or 12084532. OLE color: 12084532.
HSL color Cylindrical-coordinate representation of color #3465B8: hue angle of 217.73º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3465B8 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 101 | 184 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.28 |
| HSL | 217.73º | 0.56% | 0.46% | - |
| HSV(B) | 217.73º | 0.72% | 0.72% | - |
| XYZ | 14.72 | 13.5 | 47.18 | - |
| YUV | 95.81 | 177.77 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 184 | 0.72 | 0.45 | 0 | 0.28 | 217.73 | 0.56 | 0.46 |
| Hex | 34 | 65 | B8 | 48 | 2D | 0 | 1C | DA | 38 | 2E |
| Octal | 64 | 145 | 270 | 110 | 55 | 0 | 34 | 332 | 70 | 56 |
| Binary | 110100 | 1100101 | 10111000 | 1001000 | 101101 | 0 | 11100 | 11011010 | 111000 | 101110 |
Color Harmonies of #3465B8
Complementary color
Monochromatic Colors of #3465B8
Black with #3465B8
Text Example
Text Example
White with #3465B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3465B8; }
p { color: rgb(52,101,184); }
H1.HeaderClassName
{
color: #3465B8;
}
.AnyTagClassName
{
color: #3465B8;
}
</style>
background-color css
<style>
a { background-color: #3465B8; }
a { background-color: rgb(52,101,184); }
div.DivClassName
{
background-color: #3465B8;
}
.BgClassName
{
background-color: #3465B8;
}
</style>
border-color css
<style>
span { border-color: #3465B8; }
span { border-color: rgb(52,101,184); }
td.TdClassName
{
border-color: #3465B8;
}
.TagClassName
{
border-color: #3465B8;
}
</style>