Shades of Pelorous #2296BD
Tints of Pelorous #2296BD
RGB
CMYK
RGB Variations
Color information
#2296BD (or 0x2296BD) is known color: Pelorous. HEX triplet: 22, 96 and BD. RGB value is (34,150,189). Sum of RGB (Red+Green+Blue) = 34+150+189=373 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.12% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #2296BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2296BD is #DD6942. Grayscale: #777777. Windows color (decimal): -14510403 or 12424738. OLE color: 12424738.
HSL color Cylindrical-coordinate representation of color #2296BD: hue angle of 195.1º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2296BD is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 150 | 189 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.26 |
| HSL | 195.1º | 0.7% | 0.44% | - |
| HSV(B) | 195.1º | 0.82% | 0.74% | - |
| XYZ | 20.75 | 25.83 | 52.04 | - |
| YUV | 119.76 | 167.07 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 150 | 189 | 0.82 | 0.21 | 0 | 0.26 | 195.1 | 0.7 | 0.44 |
| Hex | 22 | 96 | BD | 52 | 15 | 0 | 1A | C3 | 46 | 2C |
| Octal | 42 | 226 | 275 | 122 | 25 | 0 | 32 | 303 | 106 | 54 |
| Binary | 100010 | 10010110 | 10111101 | 1010010 | 10101 | 0 | 11010 | 11000011 | 1000110 | 101100 |
Color Harmonies of #2296BD
Complementary color
Monochromatic Colors of #2296BD
Black with #2296BD
Text Example
Text Example
White with #2296BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2296BD; }
p { color: rgb(34,150,189); }
H1.HeaderClassName
{
color: #2296BD;
}
.AnyTagClassName
{
color: #2296BD;
}
</style>
background-color css
<style>
a { background-color: #2296BD; }
a { background-color: rgb(34,150,189); }
div.DivClassName
{
background-color: #2296BD;
}
.BgClassName
{
background-color: #2296BD;
}
</style>
border-color css
<style>
span { border-color: #2296BD; }
span { border-color: rgb(34,150,189); }
td.TdClassName
{
border-color: #2296BD;
}
.TagClassName
{
border-color: #2296BD;
}
</style>