Shades of Cerulean Blue #3345AF
Tints of Cerulean Blue #3345AF
RGB
CMYK
RGB Variations
Color information
#3345AF (or 0x3345AF) is known color: Cerulean Blue. HEX triplet: 33, 45 and AF. RGB value is (51,69,175). Sum of RGB (Red+Green+Blue) = 51+69+175=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #3345AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3345AF is #CCBA50. Grayscale: #4B4B4B. Windows color (decimal): -13417041 or 11486515. OLE color: 11486515.
HSL color Cylindrical-coordinate representation of color #3345AF: hue angle of 231.29º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3345AF is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 69 | 175 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.31 |
| HSL | 231.29º | 0.55% | 0.44% | - |
| HSV(B) | 231.29º | 0.71% | 0.69% | - |
| XYZ | 11.23 | 8.06 | 41.52 | - |
| YUV | 75.7 | 184.04 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 175 | 0.71 | 0.61 | 0 | 0.31 | 231.29 | 0.55 | 0.44 |
| Hex | 33 | 45 | AF | 47 | 3D | 0 | 1F | E7 | 37 | 2C |
| Octal | 63 | 105 | 257 | 107 | 75 | 0 | 37 | 347 | 67 | 54 |
| Binary | 110011 | 1000101 | 10101111 | 1000111 | 111101 | 0 | 11111 | 11100111 | 110111 | 101100 |
Color Harmonies of #3345AF
Complementary color
Monochromatic Colors of #3345AF
Black with #3345AF
Text Example
Text Example
White with #3345AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3345AF; }
p { color: rgb(51,69,175); }
H1.HeaderClassName
{
color: #3345AF;
}
.AnyTagClassName
{
color: #3345AF;
}
</style>
background-color css
<style>
a { background-color: #3345AF; }
a { background-color: rgb(51,69,175); }
div.DivClassName
{
background-color: #3345AF;
}
.BgClassName
{
background-color: #3345AF;
}
</style>
border-color css
<style>
span { border-color: #3345AF; }
span { border-color: rgb(51,69,175); }
td.TdClassName
{
border-color: #3345AF;
}
.TagClassName
{
border-color: #3345AF;
}
</style>