Shades of Cerulean Blue #3465C9
Tints of Cerulean Blue #3465C9
RGB
CMYK
RGB Variations
Color information
#3465C9 (or 0x3465C9) is known color: Cerulean Blue. HEX triplet: 34, 65 and C9. RGB value is (52,101,201). Sum of RGB (Red+Green+Blue) = 52+101+201=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 201 (78.91% from 255 or 56.78% from 354); Max value from RGB is 201 - color contains mainly: blue. Hex color #3465C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3465C9 is #CB9A36. Grayscale: #616161. Windows color (decimal): -13343287 or 13198644. OLE color: 13198644.
HSL color Cylindrical-coordinate representation of color #3465C9: hue angle of 220.27º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3465C9 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 101 | 201 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.21 |
| HSL | 220.27º | 0.59% | 0.5% | - |
| HSV(B) | 220.27º | 0.74% | 0.79% | - |
| XYZ | 16.61 | 14.25 | 57.13 | - |
| YUV | 97.75 | 186.27 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 201 | 0.74 | 0.50 | 0 | 0.21 | 220.27 | 0.59 | 0.5 |
| Hex | 34 | 65 | C9 | 4A | 32 | 0 | 15 | DC | 3B | 32 |
| Octal | 64 | 145 | 311 | 112 | 62 | 0 | 25 | 334 | 73 | 62 |
| Binary | 110100 | 1100101 | 11001001 | 1001010 | 110010 | 0 | 10101 | 11011100 | 111011 | 110010 |
Color Harmonies of #3465C9
Complementary color
Monochromatic Colors of #3465C9
Black with #3465C9
Text Example
Text Example
White with #3465C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3465C9; }
p { color: rgb(52,101,201); }
H1.HeaderClassName
{
color: #3465C9;
}
.AnyTagClassName
{
color: #3465C9;
}
</style>
background-color css
<style>
a { background-color: #3465C9; }
a { background-color: rgb(52,101,201); }
div.DivClassName
{
background-color: #3465C9;
}
.BgClassName
{
background-color: #3465C9;
}
</style>
border-color css
<style>
span { border-color: #3465C9; }
span { border-color: rgb(52,101,201); }
td.TdClassName
{
border-color: #3465C9;
}
.TagClassName
{
border-color: #3465C9;
}
</style>