Shades of Pelorous #2691CC
Tints of Pelorous #2691CC
RGB
CMYK
RGB Variations
Color information
#2691CC (or 0x2691CC) is known color: Pelorous. HEX triplet: 26, 91 and CC. RGB value is (38,145,204). Sum of RGB (Red+Green+Blue) = 38+145+204=387 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.82% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #2691CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2691CC is #D96E33. Grayscale: #777777. Windows color (decimal): -14249524 or 13406502. OLE color: 13406502.
HSL color Cylindrical-coordinate representation of color #2691CC: hue angle of 201.33º degrees, saturation: 0.69, 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 #2691CC is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 145 | 204 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.2 |
| HSL | 201.33º | 0.69% | 0.47% | - |
| HSV(B) | 201.33º | 0.81% | 0.8% | - |
| XYZ | 21.82 | 25.02 | 60.81 | - |
| YUV | 119.73 | 175.55 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 204 | 0.81 | 0.29 | 0 | 0.2 | 201.33 | 0.69 | 0.47 |
| Hex | 26 | 91 | CC | 51 | 1D | 0 | 14 | C9 | 45 | 2F |
| Octal | 46 | 221 | 314 | 121 | 35 | 0 | 24 | 311 | 105 | 57 |
| Binary | 100110 | 10010001 | 11001100 | 1010001 | 11101 | 0 | 10100 | 11001001 | 1000101 | 101111 |
Color Harmonies of #2691CC
Complementary color
Monochromatic Colors of #2691CC
Black with #2691CC
Text Example
Text Example
White with #2691CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2691CC; }
p { color: rgb(38,145,204); }
H1.HeaderClassName
{
color: #2691CC;
}
.AnyTagClassName
{
color: #2691CC;
}
</style>
background-color css
<style>
a { background-color: #2691CC; }
a { background-color: rgb(38,145,204); }
div.DivClassName
{
background-color: #2691CC;
}
.BgClassName
{
background-color: #2691CC;
}
</style>
border-color css
<style>
span { border-color: #2691CC; }
span { border-color: rgb(38,145,204); }
td.TdClassName
{
border-color: #2691CC;
}
.TagClassName
{
border-color: #2691CC;
}
</style>