Shades of Pelorous #2691CF
Tints of Pelorous #2691CF
RGB
CMYK
RGB Variations
Color information
#2691CF (or 0x2691CF) is known color: Pelorous. HEX triplet: 26, 91 and CF. RGB value is (38,145,207). Sum of RGB (Red+Green+Blue) = 38+145+207=390 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.74% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #2691CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2691CF is #D96E30. Grayscale: #777777. Windows color (decimal): -14249521 or 13603110. OLE color: 13603110.
HSL color Cylindrical-coordinate representation of color #2691CF: hue angle of 202.01º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2691CF is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 145 | 207 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.19 |
| HSL | 202.01º | 0.69% | 0.48% | - |
| HSV(B) | 202.01º | 0.82% | 0.81% | - |
| XYZ | 22.19 | 25.17 | 62.72 | - |
| YUV | 120.08 | 177.05 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 207 | 0.82 | 0.30 | 0 | 0.19 | 202.01 | 0.69 | 0.48 |
| Hex | 26 | 91 | CF | 52 | 1E | 0 | 13 | CA | 45 | 30 |
| Octal | 46 | 221 | 317 | 122 | 36 | 0 | 23 | 312 | 105 | 60 |
| Binary | 100110 | 10010001 | 11001111 | 1010010 | 11110 | 0 | 10011 | 11001010 | 1000101 | 110000 |
Color Harmonies of #2691CF
Complementary color
Monochromatic Colors of #2691CF
Black with #2691CF
Text Example
Text Example
White with #2691CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2691CF; }
p { color: rgb(38,145,207); }
H1.HeaderClassName
{
color: #2691CF;
}
.AnyTagClassName
{
color: #2691CF;
}
</style>
background-color css
<style>
a { background-color: #2691CF; }
a { background-color: rgb(38,145,207); }
div.DivClassName
{
background-color: #2691CF;
}
.BgClassName
{
background-color: #2691CF;
}
</style>
border-color css
<style>
span { border-color: #2691CF; }
span { border-color: rgb(38,145,207); }
td.TdClassName
{
border-color: #2691CF;
}
.TagClassName
{
border-color: #2691CF;
}
</style>