Shades of Pelorous #228DCC
Tints of Pelorous #228DCC
RGB
CMYK
RGB Variations
Color information
#228DCC (or 0x228DCC) is known color: Pelorous. HEX triplet: 22, 8D and CC. RGB value is (34,141,204). Sum of RGB (Red+Green+Blue) = 34+141+204=379 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.97% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #228DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228DCC is #DD7233. Grayscale: #737373. Windows color (decimal): -14512692 or 13405474. OLE color: 13405474.
HSL color Cylindrical-coordinate representation of color #228DCC: hue angle of 202.24º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #228DCC is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 141 | 204 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.2 |
| HSL | 202.24º | 0.71% | 0.47% | - |
| HSV(B) | 202.24º | 0.83% | 0.8% | - |
| XYZ | 21.08 | 23.75 | 60.6 | - |
| YUV | 116.19 | 177.55 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 141 | 204 | 0.83 | 0.31 | 0 | 0.2 | 202.24 | 0.71 | 0.47 |
| Hex | 22 | 8D | CC | 53 | 1F | 0 | 14 | CA | 47 | 2F |
| Octal | 42 | 215 | 314 | 123 | 37 | 0 | 24 | 312 | 107 | 57 |
| Binary | 100010 | 10001101 | 11001100 | 1010011 | 11111 | 0 | 10100 | 11001010 | 1000111 | 101111 |
Color Harmonies of #228DCC
Complementary color
Monochromatic Colors of #228DCC
Black with #228DCC
Text Example
Text Example
White with #228DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228DCC; }
p { color: rgb(34,141,204); }
H1.HeaderClassName
{
color: #228DCC;
}
.AnyTagClassName
{
color: #228DCC;
}
</style>
background-color css
<style>
a { background-color: #228DCC; }
a { background-color: rgb(34,141,204); }
div.DivClassName
{
background-color: #228DCC;
}
.BgClassName
{
background-color: #228DCC;
}
</style>
border-color css
<style>
span { border-color: #228DCC; }
span { border-color: rgb(34,141,204); }
td.TdClassName
{
border-color: #228DCC;
}
.TagClassName
{
border-color: #228DCC;
}
</style>