Shades of Cerulean Blue #2352BD
Tints of Cerulean Blue #2352BD
RGB
CMYK
RGB Variations
Color information
#2352BD (or 0x2352BD) is known color: Cerulean Blue. HEX triplet: 23, 52 and BD. RGB value is (35,82,189). Sum of RGB (Red+Green+Blue) = 35+82+189=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #2352BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2352BD is #DCAD42. Grayscale: #4F4F4F. Windows color (decimal): -14462275 or 12407331. OLE color: 12407331.
HSL color Cylindrical-coordinate representation of color #2352BD: hue angle of 221.69º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2352BD is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 82 | 189 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.26 |
| HSL | 221.69º | 0.69% | 0.44% | - |
| HSV(B) | 221.69º | 0.81% | 0.74% | - |
| XYZ | 12.9 | 10.07 | 49.41 | - |
| YUV | 80.15 | 189.43 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 189 | 0.81 | 0.57 | 0 | 0.26 | 221.69 | 0.69 | 0.44 |
| Hex | 23 | 52 | BD | 51 | 39 | 0 | 1A | DE | 45 | 2C |
| Octal | 43 | 122 | 275 | 121 | 71 | 0 | 32 | 336 | 105 | 54 |
| Binary | 100011 | 1010010 | 10111101 | 1010001 | 111001 | 0 | 11010 | 11011110 | 1000101 | 101100 |
Color Harmonies of #2352BD
Complementary color
Monochromatic Colors of #2352BD
Black with #2352BD
Text Example
Text Example
White with #2352BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2352BD; }
p { color: rgb(35,82,189); }
H1.HeaderClassName
{
color: #2352BD;
}
.AnyTagClassName
{
color: #2352BD;
}
</style>
background-color css
<style>
a { background-color: #2352BD; }
a { background-color: rgb(35,82,189); }
div.DivClassName
{
background-color: #2352BD;
}
.BgClassName
{
background-color: #2352BD;
}
</style>
border-color css
<style>
span { border-color: #2352BD; }
span { border-color: rgb(35,82,189); }
td.TdClassName
{
border-color: #2352BD;
}
.TagClassName
{
border-color: #2352BD;
}
</style>