Shades of Pelorous #228FCD
Tints of Pelorous #228FCD
RGB
CMYK
RGB Variations
Color information
#228FCD (or 0x228FCD) is known color: Pelorous. HEX triplet: 22, 8F and CD. RGB value is (34,143,205). Sum of RGB (Red+Green+Blue) = 34+143+205=382 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.90% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #228FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228FCD is #DD7032. Grayscale: #757575. Windows color (decimal): -14512179 or 13471522. OLE color: 13471522.
HSL color Cylindrical-coordinate representation of color #228FCD: hue angle of 201.75º degrees, saturation: 0.72, 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 #228FCD is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 143 | 205 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.20 |
| HSL | 201.75º | 0.72% | 0.47% | - |
| HSV(B) | 201.75º | 0.83% | 0.8% | - |
| XYZ | 21.5 | 24.39 | 61.33 | - |
| YUV | 117.48 | 177.39 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 143 | 205 | 0.83 | 0.30 | 0 | 0.20 | 201.75 | 0.72 | 0.47 |
| Hex | 22 | 8F | CD | 53 | 1E | 0 | 14 | CA | 48 | 2F |
| Octal | 42 | 217 | 315 | 123 | 36 | 0 | 24 | 312 | 110 | 57 |
| Binary | 100010 | 10001111 | 11001101 | 1010011 | 11110 | 0 | 10100 | 11001010 | 1001000 | 101111 |
Color Harmonies of #228FCD
Complementary color
Monochromatic Colors of #228FCD
Black with #228FCD
Text Example
Text Example
White with #228FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228FCD; }
p { color: rgb(34,143,205); }
H1.HeaderClassName
{
color: #228FCD;
}
.AnyTagClassName
{
color: #228FCD;
}
</style>
background-color css
<style>
a { background-color: #228FCD; }
a { background-color: rgb(34,143,205); }
div.DivClassName
{
background-color: #228FCD;
}
.BgClassName
{
background-color: #228FCD;
}
</style>
border-color css
<style>
span { border-color: #228FCD; }
span { border-color: rgb(34,143,205); }
td.TdClassName
{
border-color: #228FCD;
}
.TagClassName
{
border-color: #228FCD;
}
</style>