Shades of Pelorous #2396BA
Tints of Pelorous #2396BA
RGB
CMYK
RGB Variations
Color information
#2396BA (or 0x2396BA) is known color: Pelorous. HEX triplet: 23, 96 and BA. RGB value is (35,150,186). Sum of RGB (Red+Green+Blue) = 35+150+186=371 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.43% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #2396BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2396BA is #DC6945. Grayscale: #777777. Windows color (decimal): -14444870 or 12228131. OLE color: 12228131.
HSL color Cylindrical-coordinate representation of color #2396BA: hue angle of 194.3º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2396BA is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 150 | 186 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.27 |
| HSL | 194.3º | 0.68% | 0.43% | - |
| HSV(B) | 194.3º | 0.81% | 0.73% | - |
| XYZ | 20.46 | 25.72 | 50.34 | - |
| YUV | 119.72 | 165.4 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 150 | 186 | 0.81 | 0.19 | 0 | 0.27 | 194.3 | 0.68 | 0.43 |
| Hex | 23 | 96 | BA | 51 | 13 | 0 | 1B | C2 | 44 | 2B |
| Octal | 43 | 226 | 272 | 121 | 23 | 0 | 33 | 302 | 104 | 53 |
| Binary | 100011 | 10010110 | 10111010 | 1010001 | 10011 | 0 | 11011 | 11000010 | 1000100 | 101011 |
Color Harmonies of #2396BA
Complementary color
Monochromatic Colors of #2396BA
Black with #2396BA
Text Example
Text Example
White with #2396BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2396BA; }
p { color: rgb(35,150,186); }
H1.HeaderClassName
{
color: #2396BA;
}
.AnyTagClassName
{
color: #2396BA;
}
</style>
background-color css
<style>
a { background-color: #2396BA; }
a { background-color: rgb(35,150,186); }
div.DivClassName
{
background-color: #2396BA;
}
.BgClassName
{
background-color: #2396BA;
}
</style>
border-color css
<style>
span { border-color: #2396BA; }
span { border-color: rgb(35,150,186); }
td.TdClassName
{
border-color: #2396BA;
}
.TagClassName
{
border-color: #2396BA;
}
</style>