Shades of Cerulean Blue #2658C3
Tints of Cerulean Blue #2658C3
RGB
CMYK
RGB Variations
Color information
#2658C3 (or 0x2658C3) is known color: Cerulean Blue. HEX triplet: 26, 58 and C3. RGB value is (38,88,195). Sum of RGB (Red+Green+Blue) = 38+88+195=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 195 (76.56% from 255 or 60.75% from 321); Max value from RGB is 195 - color contains mainly: blue. Hex color #2658C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2658C3 is #D9A73C. Grayscale: #545454. Windows color (decimal): -14264125 or 12802086. OLE color: 12802086.
HSL color Cylindrical-coordinate representation of color #2658C3: hue angle of 220.89º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2658C3 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 88 | 195 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.24 |
| HSL | 220.89º | 0.67% | 0.46% | - |
| HSV(B) | 220.89º | 0.81% | 0.76% | - |
| XYZ | 14.14 | 11.33 | 53.07 | - |
| YUV | 85.25 | 189.94 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 88 | 195 | 0.81 | 0.55 | 0 | 0.24 | 220.89 | 0.67 | 0.46 |
| Hex | 26 | 58 | C3 | 51 | 37 | 0 | 18 | DD | 43 | 2E |
| Octal | 46 | 130 | 303 | 121 | 67 | 0 | 30 | 335 | 103 | 56 |
| Binary | 100110 | 1011000 | 11000011 | 1010001 | 110111 | 0 | 11000 | 11011101 | 1000011 | 101110 |
Color Harmonies of #2658C3
Complementary color
Monochromatic Colors of #2658C3
Black with #2658C3
Text Example
Text Example
White with #2658C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2658C3; }
p { color: rgb(38,88,195); }
H1.HeaderClassName
{
color: #2658C3;
}
.AnyTagClassName
{
color: #2658C3;
}
</style>
background-color css
<style>
a { background-color: #2658C3; }
a { background-color: rgb(38,88,195); }
div.DivClassName
{
background-color: #2658C3;
}
.BgClassName
{
background-color: #2658C3;
}
</style>
border-color css
<style>
span { border-color: #2658C3; }
span { border-color: rgb(38,88,195); }
td.TdClassName
{
border-color: #2658C3;
}
.TagClassName
{
border-color: #2658C3;
}
</style>