Shades of Cerulean Blue #2358B3
Tints of Cerulean Blue #2358B3
RGB
CMYK
RGB Variations
Color information
#2358B3 (or 0x2358B3) is known color: Cerulean Blue. HEX triplet: 23, 58 and B3. RGB value is (35,88,179). Sum of RGB (Red+Green+Blue) = 35+88+179=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 179 (70.31% from 255 or 59.27% from 302); Max value from RGB is 179 - color contains mainly: blue. Hex color #2358B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2358B3 is #DCA74C. Grayscale: #525252. Windows color (decimal): -14460749 or 11753507. OLE color: 11753507.
HSL color Cylindrical-coordinate representation of color #2358B3: hue angle of 217.92º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2358B3 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 88 | 179 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.30 |
| HSL | 217.92º | 0.67% | 0.42% | - |
| HSV(B) | 217.92º | 0.8% | 0.7% | - |
| XYZ | 12.32 | 10.59 | 44.04 | - |
| YUV | 82.53 | 182.44 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 88 | 179 | 0.80 | 0.51 | 0 | 0.30 | 217.92 | 0.67 | 0.42 |
| Hex | 23 | 58 | B3 | 50 | 33 | 0 | 1E | DA | 43 | 2A |
| Octal | 43 | 130 | 263 | 120 | 63 | 0 | 36 | 332 | 103 | 52 |
| Binary | 100011 | 1011000 | 10110011 | 1010000 | 110011 | 0 | 11110 | 11011010 | 1000011 | 101010 |
Color Harmonies of #2358B3
Complementary color
Monochromatic Colors of #2358B3
Black with #2358B3
Text Example
Text Example
White with #2358B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2358B3; }
p { color: rgb(35,88,179); }
H1.HeaderClassName
{
color: #2358B3;
}
.AnyTagClassName
{
color: #2358B3;
}
</style>
background-color css
<style>
a { background-color: #2358B3; }
a { background-color: rgb(35,88,179); }
div.DivClassName
{
background-color: #2358B3;
}
.BgClassName
{
background-color: #2358B3;
}
</style>
border-color css
<style>
span { border-color: #2358B3; }
span { border-color: rgb(35,88,179); }
td.TdClassName
{
border-color: #2358B3;
}
.TagClassName
{
border-color: #2358B3;
}
</style>