Shades of Endeavour #265383
Tints of Endeavour #265383
RGB
CMYK
RGB Variations
Color information
#265383 (or 0x265383) is known color: Endeavour. HEX triplet: 26, 53 and 83. RGB value is (38,83,131). Sum of RGB (Red+Green+Blue) = 38+83+131=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #265383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265383 is #D9AC7C. Grayscale: #4A4A4A. Windows color (decimal): -14265469 or 8606502. OLE color: 8606502.
HSL color Cylindrical-coordinate representation of color #265383: hue angle of 210.97º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #265383 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 83 | 131 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.49 |
| HSL | 210.97º | 0.55% | 0.33% | - |
| HSV(B) | 210.97º | 0.71% | 0.51% | - |
| XYZ | 7.99 | 8.24 | 22.64 | - |
| YUV | 75.02 | 159.59 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 131 | 0.71 | 0.37 | 0 | 0.49 | 210.97 | 0.55 | 0.33 |
| Hex | 26 | 53 | 83 | 47 | 25 | 0 | 31 | D3 | 37 | 21 |
| Octal | 46 | 123 | 203 | 107 | 45 | 0 | 61 | 323 | 67 | 41 |
| Binary | 100110 | 1010011 | 10000011 | 1000111 | 100101 | 0 | 110001 | 11010011 | 110111 | 100001 |
Color Harmonies of #265383
Complementary color
Monochromatic Colors of #265383
Black with #265383
Text Example
Text Example
White with #265383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265383; }
p { color: rgb(38,83,131); }
H1.HeaderClassName
{
color: #265383;
}
.AnyTagClassName
{
color: #265383;
}
</style>
background-color css
<style>
a { background-color: #265383; }
a { background-color: rgb(38,83,131); }
div.DivClassName
{
background-color: #265383;
}
.BgClassName
{
background-color: #265383;
}
</style>
border-color css
<style>
span { border-color: #265383; }
span { border-color: rgb(38,83,131); }
td.TdClassName
{
border-color: #265383;
}
.TagClassName
{
border-color: #265383;
}
</style>