Shades of Cerulean Blue #2653C3
Tints of Cerulean Blue #2653C3
RGB
CMYK
RGB Variations
Color information
#2653C3 (or 0x2653C3) is known color: Cerulean Blue. HEX triplet: 26, 53 and C3. RGB value is (38,83,195). Sum of RGB (Red+Green+Blue) = 38+83+195=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 195 (76.56% from 255 or 61.71% from 316); Max value from RGB is 195 - color contains mainly: blue. Hex color #2653C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2653C3 is #D9AC3C. Grayscale: #515151. Windows color (decimal): -14265405 or 12800806. OLE color: 12800806.
HSL color Cylindrical-coordinate representation of color #2653C3: hue angle of 222.8º 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 #2653C3 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 83 | 195 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.24 |
| HSL | 222.8º | 0.67% | 0.46% | - |
| HSV(B) | 222.8º | 0.81% | 0.76% | - |
| XYZ | 13.74 | 10.54 | 52.94 | - |
| YUV | 82.31 | 191.59 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 195 | 0.81 | 0.57 | 0 | 0.24 | 222.8 | 0.67 | 0.46 |
| Hex | 26 | 53 | C3 | 51 | 39 | 0 | 18 | DF | 43 | 2E |
| Octal | 46 | 123 | 303 | 121 | 71 | 0 | 30 | 337 | 103 | 56 |
| Binary | 100110 | 1010011 | 11000011 | 1010001 | 111001 | 0 | 11000 | 11011111 | 1000011 | 101110 |
Color Harmonies of #2653C3
Complementary color
Monochromatic Colors of #2653C3
Black with #2653C3
Text Example
Text Example
White with #2653C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2653C3; }
p { color: rgb(38,83,195); }
H1.HeaderClassName
{
color: #2653C3;
}
.AnyTagClassName
{
color: #2653C3;
}
</style>
background-color css
<style>
a { background-color: #2653C3; }
a { background-color: rgb(38,83,195); }
div.DivClassName
{
background-color: #2653C3;
}
.BgClassName
{
background-color: #2653C3;
}
</style>
border-color css
<style>
span { border-color: #2653C3; }
span { border-color: rgb(38,83,195); }
td.TdClassName
{
border-color: #2653C3;
}
.TagClassName
{
border-color: #2653C3;
}
</style>