Shades of Cerulean Blue #2D64B5
Tints of Cerulean Blue #2D64B5
RGB
CMYK
RGB Variations
Color information
#2D64B5 (or 0x2D64B5) is known color: Cerulean Blue. HEX triplet: 2D, 64 and B5. RGB value is (45,100,181). Sum of RGB (Red+Green+Blue) = 45+100+181=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 181 (71.09% from 255 or 55.52% from 326); Max value from RGB is 181 - color contains mainly: blue. Hex color #2D64B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D64B5 is #D29B4A. Grayscale: #5C5C5C. Windows color (decimal): -13802315 or 11887661. OLE color: 11887661.
HSL color Cylindrical-coordinate representation of color #2D64B5: hue angle of 215.74º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D64B5 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 45 | 100 | 181 | - |
CMYK | 0.75 | 0.45 | 0 | 0.29 |
HSL | 215.74º | 0.6% | 0.44% | - |
HSV(B) | 215.74º | 0.75% | 0.71% | - |
XYZ | 13.98 | 13.01 | 45.49 | - |
YUV | 92.79 | 177.78 | 93.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 100 | 181 | 0.75 | 0.45 | 0 | 0.29 | 215.74 | 0.6 | 0.44 |
Hex | 2D | 64 | B5 | 4B | 2D | 0 | 1D | D8 | 3C | 2C |
Octal | 55 | 144 | 265 | 113 | 55 | 0 | 35 | 330 | 74 | 54 |
Binary | 101101 | 1100100 | 10110101 | 1001011 | 101101 | 0 | 11101 | 11011000 | 111100 | 101100 |
Color Harmonies of #2D64B5
Complementary color
Monochromatic Colors of #2D64B5
Black with #2D64B5
Text Example
Text Example
White with #2D64B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D64B5; }
p { color: rgb(45,100,181); }
H1.HeaderClassName
{
color: #2D64B5;
}
.AnyTagClassName
{
color: #2D64B5;
}
</style>
background-color css
<style>
a { background-color: #2D64B5; }
a { background-color: rgb(45,100,181); }
div.DivClassName
{
background-color: #2D64B5;
}
.BgClassName
{
background-color: #2D64B5;
}
</style>
border-color css
<style>
span { border-color: #2D64B5; }
span { border-color: rgb(45,100,181); }
td.TdClassName
{
border-color: #2D64B5;
}
.TagClassName
{
border-color: #2D64B5;
}
</style>