Shades of Cerulean Blue #2645B8
Tints of Cerulean Blue #2645B8
RGB
CMYK
RGB Variations
Color information
#2645B8 (or 0x2645B8) is known color: Cerulean Blue. HEX triplet: 26, 45 and B8. RGB value is (38,69,184). Sum of RGB (Red+Green+Blue) = 38+69+184=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 184 (72.27% from 255 or 63.23% from 291); Max value from RGB is 184 - color contains mainly: blue. Hex color #2645B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2645B8 is #D9BA47. Grayscale: #484848. Windows color (decimal): -14269000 or 12076326. OLE color: 12076326.
HSL color Cylindrical-coordinate representation of color #2645B8: hue angle of 227.26º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2645B8 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 69 | 184 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.28 |
| HSL | 227.26º | 0.66% | 0.44% | - |
| HSV(B) | 227.26º | 0.79% | 0.72% | - |
| XYZ | 11.58 | 8.13 | 46.31 | - |
| YUV | 72.84 | 190.73 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 184 | 0.79 | 0.62 | 0 | 0.28 | 227.26 | 0.66 | 0.44 |
| Hex | 26 | 45 | B8 | 4F | 3E | 0 | 1C | E3 | 42 | 2C |
| Octal | 46 | 105 | 270 | 117 | 76 | 0 | 34 | 343 | 102 | 54 |
| Binary | 100110 | 1000101 | 10111000 | 1001111 | 111110 | 0 | 11100 | 11100011 | 1000010 | 101100 |
Color Harmonies of #2645B8
Complementary color
Monochromatic Colors of #2645B8
Black with #2645B8
Text Example
Text Example
White with #2645B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2645B8; }
p { color: rgb(38,69,184); }
H1.HeaderClassName
{
color: #2645B8;
}
.AnyTagClassName
{
color: #2645B8;
}
</style>
background-color css
<style>
a { background-color: #2645B8; }
a { background-color: rgb(38,69,184); }
div.DivClassName
{
background-color: #2645B8;
}
.BgClassName
{
background-color: #2645B8;
}
</style>
border-color css
<style>
span { border-color: #2645B8; }
span { border-color: rgb(38,69,184); }
td.TdClassName
{
border-color: #2645B8;
}
.TagClassName
{
border-color: #2645B8;
}
</style>