Shades of Cerulean Blue #2245CA
Tints of Cerulean Blue #2245CA
RGB
CMYK
RGB Variations
Color information
#2245CA (or 0x2245CA) is known color: Cerulean Blue. HEX triplet: 22, 45 and CA. RGB value is (34,69,202). Sum of RGB (Red+Green+Blue) = 34+69+202=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #2245CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2245CA is #DDBA35. Grayscale: #494949. Windows color (decimal): -14531126 or 13255970. OLE color: 13255970.
HSL color Cylindrical-coordinate representation of color #2245CA: hue angle of 227.5º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2245CA is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 69 | 202 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.21 |
| HSL | 227.5º | 0.71% | 0.46% | - |
| HSV(B) | 227.5º | 0.83% | 0.79% | - |
| XYZ | 13.45 | 8.86 | 56.88 | - |
| YUV | 73.7 | 200.4 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 69 | 202 | 0.83 | 0.66 | 0 | 0.21 | 227.5 | 0.71 | 0.46 |
| Hex | 22 | 45 | CA | 53 | 42 | 0 | 15 | E4 | 47 | 2E |
| Octal | 42 | 105 | 312 | 123 | 102 | 0 | 25 | 344 | 107 | 56 |
| Binary | 100010 | 1000101 | 11001010 | 1010011 | 1000010 | 0 | 10101 | 11100100 | 1000111 | 101110 |
Color Harmonies of #2245CA
Complementary color
Monochromatic Colors of #2245CA
Black with #2245CA
Text Example
Text Example
White with #2245CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2245CA; }
p { color: rgb(34,69,202); }
H1.HeaderClassName
{
color: #2245CA;
}
.AnyTagClassName
{
color: #2245CA;
}
</style>
background-color css
<style>
a { background-color: #2245CA; }
a { background-color: rgb(34,69,202); }
div.DivClassName
{
background-color: #2245CA;
}
.BgClassName
{
background-color: #2245CA;
}
</style>
border-color css
<style>
span { border-color: #2245CA; }
span { border-color: rgb(34,69,202); }
td.TdClassName
{
border-color: #2245CA;
}
.TagClassName
{
border-color: #2245CA;
}
</style>