Shades of Pelorous #2395BC
Tints of Pelorous #2395BC
RGB
CMYK
RGB Variations
Color information
#2395BC (or 0x2395BC) is known color: Pelorous. HEX triplet: 23, 95 and BC. RGB value is (35,149,188). Sum of RGB (Red+Green+Blue) = 35+149+188=372 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.41% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #2395BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2395BC is #DC6A43. Grayscale: #777777. Windows color (decimal): -14445124 or 12358947. OLE color: 12358947.
HSL color Cylindrical-coordinate representation of color #2395BC: hue angle of 195.29º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2395BC is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 149 | 188 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.26 |
| HSL | 195.29º | 0.69% | 0.44% | - |
| HSV(B) | 195.29º | 0.81% | 0.74% | - |
| XYZ | 20.52 | 25.48 | 51.41 | - |
| YUV | 119.36 | 166.73 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 149 | 188 | 0.81 | 0.21 | 0 | 0.26 | 195.29 | 0.69 | 0.44 |
| Hex | 23 | 95 | BC | 51 | 15 | 0 | 1A | C3 | 45 | 2C |
| Octal | 43 | 225 | 274 | 121 | 25 | 0 | 32 | 303 | 105 | 54 |
| Binary | 100011 | 10010101 | 10111100 | 1010001 | 10101 | 0 | 11010 | 11000011 | 1000101 | 101100 |
Color Harmonies of #2395BC
Complementary color
Monochromatic Colors of #2395BC
Black with #2395BC
Text Example
Text Example
White with #2395BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2395BC; }
p { color: rgb(35,149,188); }
H1.HeaderClassName
{
color: #2395BC;
}
.AnyTagClassName
{
color: #2395BC;
}
</style>
background-color css
<style>
a { background-color: #2395BC; }
a { background-color: rgb(35,149,188); }
div.DivClassName
{
background-color: #2395BC;
}
.BgClassName
{
background-color: #2395BC;
}
</style>
border-color css
<style>
span { border-color: #2395BC; }
span { border-color: rgb(35,149,188); }
td.TdClassName
{
border-color: #2395BC;
}
.TagClassName
{
border-color: #2395BC;
}
</style>