Shades of Pelorous #2695CB
Tints of Pelorous #2695CB
RGB
CMYK
RGB Variations
Color information
#2695CB (or 0x2695CB) is known color: Pelorous. HEX triplet: 26, 95 and CB. RGB value is (38,149,203). Sum of RGB (Red+Green+Blue) = 38+149+203=390 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.74% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #2695CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2695CB is #D96A34. Grayscale: #797979. Windows color (decimal): -14248501 or 13341990. OLE color: 13341990.
HSL color Cylindrical-coordinate representation of color #2695CB: hue angle of 199.64º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2695CB is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 149 | 203 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.20 |
| HSL | 199.64º | 0.68% | 0.47% | - |
| HSV(B) | 199.64º | 0.81% | 0.8% | - |
| XYZ | 22.33 | 26.22 | 60.38 | - |
| YUV | 121.97 | 173.73 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 149 | 203 | 0.81 | 0.27 | 0 | 0.20 | 199.64 | 0.68 | 0.47 |
| Hex | 26 | 95 | CB | 51 | 1B | 0 | 14 | C8 | 44 | 2F |
| Octal | 46 | 225 | 313 | 121 | 33 | 0 | 24 | 310 | 104 | 57 |
| Binary | 100110 | 10010101 | 11001011 | 1010001 | 11011 | 0 | 10100 | 11001000 | 1000100 | 101111 |
Color Harmonies of #2695CB
Complementary color
Monochromatic Colors of #2695CB
Black with #2695CB
Text Example
Text Example
White with #2695CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2695CB; }
p { color: rgb(38,149,203); }
H1.HeaderClassName
{
color: #2695CB;
}
.AnyTagClassName
{
color: #2695CB;
}
</style>
background-color css
<style>
a { background-color: #2695CB; }
a { background-color: rgb(38,149,203); }
div.DivClassName
{
background-color: #2695CB;
}
.BgClassName
{
background-color: #2695CB;
}
</style>
border-color css
<style>
span { border-color: #2695CB; }
span { border-color: rgb(38,149,203); }
td.TdClassName
{
border-color: #2695CB;
}
.TagClassName
{
border-color: #2695CB;
}
</style>